use-environment
v0.2.0
Published
Think React Hooks, but nothing like them at all :). Short circuit your personal daily development task
Downloads
3
Readme
use-environment
Think React Hooks, but nothing like them at all :). Short curcit your personal daily development task
Usage
$ npm install -g use-environment
$ use-environment COMMAND
running command...
$ use-environment (-v|--version|version)
use-environment/0.2.0 linux-x64 node-v12.16.2
$ use-environment --help [COMMAND]
USAGE
$ use-environment COMMAND
...
Commands
use-environment hello [FILE]
describe the command here
USAGE
$ use-environment hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ use-environment hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
use-environment help [COMMAND]
display help for use-environment
USAGE
$ use-environment help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
use-environment use-tailwind
USAGE
$ use-environment use-tailwind
OPTIONS
--stage=development|staging|production
See code: src/commands/use-tailwind.ts