upa

0.1.2 • Public • Published

upa

A management tool for username and password.

Installation

$ [sudo] npm install upa -g

Running

$ [sudo] upa set <username> <password>
$ [sudo] upa get <username>
$ [sudo] upa list

Running via node

var upa = require('upa');
upa.set('jack', 'passwordforjack');
console.log(upa.get('jack')); // => passwordforjack

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2015 viclm Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i upa

Weekly Downloads

1

Version

0.1.2

License

none

Last publish

Collaborators

  • viclm