0.0.5 • Published 2 years ago

@tupe12334/yjson v0.0.5

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

yjson

oclif Version Downloads/week License

Usage

$ npm install -g @tupe12334/yjson
$ yjson COMMAND
running command...
$ yjson (-v|--version|version)
@tupe12334/yjson/0.0.5 darwin-x64 node-v14.18.0
$ yjson --help [COMMAND]
USAGE
  $ yjson COMMAND
...

Commands

yjson add [PACKAGENAME]

Add a npm package to your docs

USAGE
  $ yjson add [PACKAGENAME]

OPTIONS
  -a, --action=(Add|Update)              [default: Add]
  -p, --packageJsonPath=packageJsonPath

EXAMPLE
  $ yjson add lerna

See code: src/commands/add.ts

yjson hello [FILE]

describe the command here

USAGE
  $ yjson hello [FILE]

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

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

See code: src/commands/hello.ts

yjson help [COMMAND]

display help for yjson

USAGE
  $ yjson help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

yjson init

init a y.json file in a repository

USAGE
  $ yjson init

OPTIONS
  -p, --packageJsonPath=packageJsonPath

EXAMPLE
  $ yjson init

See code: src/commands/init.ts

yjson update

USAGE
  $ yjson update

OPTIONS
  -p, --packageJsonPath=packageJsonPath

See code: src/commands/update.ts