Awesome CLI tools
$ npm install -g awsm-cli-tools
$ awsm COMMAND
running command...
$ awsm (-v|--version|version)
awsm-cli-tools/0.0.2 darwin-x64 node-v12.14.1
$ awsm --help [COMMAND]
USAGE
$ awsm COMMAND
...
USAGE
$ awsm base INPUT
OPTIONS
-h, --help show CLI help
See code: src/commands/base.ts
Base64 encode/decode the provided input
USAGE
$ awsm base64 INPUT
OPTIONS
-d, --decode Decode the input
-e, --encode Encode the input
-h, --help show CLI help
ALIASES
$ awsm b64
See code: src/commands/base64.ts
Hash the provided input
USAGE
$ awsm crypto INPUT
OPTIONS
-h, --help show CLI help
ALIASES
$ awsm md5
$ awsm sha1
See code: src/commands/crypto.ts
display help for awsm
USAGE
$ awsm help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help