@haru52/usermgr

3.4.0 • Public • Published

Clean User Manager: usermgr

Test Release Contributor Covenant Commitizen friendly semantic-release: conventionalcommits

Overview

CLI of a user management system. This is an example TypeScript project of Clean Architecture.

Requirements

Tool Version
Node.js and npm engines values in package.json

Installation

npm i -g @haru52/usermgr

Usage

Usage: usermgr [options] [command]

CLI of a user management system. This is an example TypeScript project of Clean Architecture.

Options:
  -V, --version    output the version number
  -h, --help       display help for command

Commands:
  register <name>  register a new user
  show <id>        show the user
  help [command]   display help for command

usermgr command generates or updates .usermgr/usermgr.db file in your home directory. This is an SQLite DB file. If you want to clean this DB, please delete this DB file (e.g., Run $ rm "$HOME"/.usermgr/usermgr.db).

Update

npm i -g @haru52/usermgr

Uninstall

npm r -g @haru52/usermgr
rm -rf "$HOME"/.usermgr

Versioning policy

Semantic Versioning 2.0.0

License

WTFPL

Contributing

Contributing Guideline

References

Author

haru

Readme

Keywords

Package Sidebar

Install

npm i @haru52/usermgr

Weekly Downloads

1

Version

3.4.0

License

WTFPL

Unpacked Size

54 kB

Total Files

39

Last publish

Collaborators

  • haru52