0.1.2 • Published 9 years ago

upa v0.1.2

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

#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.

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.9.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago