3.4.0 • Published 2 years ago

@haru52/usermgr v3.4.0

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

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

ToolVersion
Node.js and npmengines 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

3.4.0

2 years ago

3.3.0

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago