simple-userstore-cli

0.1.1 • Public • Published

Simple UserStore Command Line Interface (CLI) Travis Build NPM Version

Manage users within a Simple UserStore from the command line.

  • List all users
  • Create a new user
  • Change a user's password
  • Change a users's username
  • Remove a user

Installation

$ npm install -g simple-userstore-cli

Usage

$ 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

Readme

Keywords

none

Package Sidebar

Install

npm i simple-userstore-cli

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • geekydatamonkey