Yield generated for dbe41bfd-4e52-4cd1-b414-a84e6bb796d1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nicolas Beaussart 31b18b6657 add prettier@1.19.1 6 years ago
.circleci 🎉 Initial commit 6 years ago
bin 🎉 Initial commit 6 years ago
src add do add:prettier eslint detection and rules 6 years ago
.editorconfig 🎉 Initial commit 6 years ago
.eslintignore 🎉 Initial commit 6 years ago
.eslintrc 🎉 Initial commit 6 years ago
.gitignore add new command add:prettier 6 years ago
README.md add new command add:prettier 6 years ago
package.json add prettier@1.19.1 6 years ago
tsconfig.json 🎉 Initial commit 6 years ago
yarn.lock add prettier@1.19.1 6 years ago

README.md

nbx

My own personal cli

oclif Version CircleCI Codecov Downloads/week License

Usage

$ npm install -g nbx
$ nbx COMMAND
running command...
$ nbx (-v|--version|version)
nbx/0.0.0 linux-x64 node-v10.16.0
$ nbx --help [COMMAND]
USAGE
  $ nbx COMMAND
...

Commands

nbx add:prettier

describe the command here

USAGE
  $ nbx add:prettier

OPTIONS
  -h, --help     show CLI help
  -r, --random   Pick one randomly
  -v, --verbose  Verbose output

EXAMPLE
  $ nbx wall
  hello world from ./src/hello.ts!

See code: src/commands/add/prettier.ts

nbx hello [FILE]

describe the command here

USAGE
  $ nbx hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ nbx hello
  hello world from ./src/hello.ts!

See code: src/commands/hello/index.ts

nbx help [COMMAND]

display help for nbx

USAGE
  $ nbx help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

nbx wall TERMS

describe the command here

USAGE
  $ nbx wall TERMS

ARGUMENTS
  TERMS  The search terms for the wallpaper

OPTIONS
  -a, --anime          Enable anime category
  -f, --force          Override the file if found
  -g, --general        Enable general category
  -h, --help           show CLI help
  -o, --output=output  Output for the wallpaper
  -p, --people         Enable people category
  -r, --random         Pick one randomly
  -s, --sketchy        Enables sketchy search
  -v, --verbose        Verbose output

EXAMPLE
  $ nbx wall
  hello world from ./src/hello.ts!

See code: src/commands/wall/index.ts