simple-userstore-cli
v0.1.1
Published
CLI for UserStore. Create, update, and delete users.
Readme
Simple UserStore Command Line Interface (CLI)

Manage users within a Simple UserStore from the command line.
- [x] List all users
- [x] Create a new user
- [x] Change a user's password
- [x] Change a users's username
- [x] Remove a user
Installation
$ npm install -g simple-userstore-cliUsage
$ simple-userstore-cli
SIMPLE USERSTORE CLI
[?] Path to the database file?
>> db/apiUsers.db
Loading Database: db/apiUsers.db ... 2 entries found
[?] Choose:
- List all users
- Create a new user
- Change a user's password
- Change a user's username
- Remove a user
- Quit
>> Create a new user
[?] Username?
>> ebenes
[?] Password?
>> •••••••••
New user 'ebenes' created.License
MIT © James Johnson
