0.9.0 • Published 3 years ago

gelarin v0.9.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

gelarin Node.js Package

========= A package for saving and generate your boilerplate ! ==========

Usage

$ npm install -g gelarin
$ gelarin COMMAND
running command...
$ gelarin (-v|--version|version)
gelarin/0.9.0 linux-x64 node-v12.19.0
$ gelarin --help [COMMAND]
USAGE
  $ gelarin COMMAND
...

Commands

gelarin autocomplete [SHELL]

USAGE
  $ gelarin autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ gelarin autocomplete
  $ gelarin autocomplete bash
  $ gelarin autocomplete zsh
  $ gelarin autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

gelarin help [COMMAND]

USAGE
  $ gelarin help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

gelarin new [REPOLINK] [DESCRIPTION]

USAGE
  $ gelarin new [REPOLINK] [DESCRIPTION]

ARGUMENTS
  REPOLINK     Specify boilerplate repo link (optional)

  DESCRIPTION  [default: My awesome quicksaved boilerplate] Specify boilerplate repo brief description, should be in
               double quote("") (Optional)

OPTIONS
  -h, --help         show CLI help
  -i, --interactive  To launch interactive input mode (You will likely to do this)

See code: src/commands/new.ts

gelarin rm

USAGE
  $ gelarin rm

OPTIONS
  -h, --help  show CLI help

See code: src/commands/rm.ts

gelarin update [CHANNEL]

USAGE
  $ gelarin update [CHANNEL]

See code: @oclif/plugin-update

gelarin use

USAGE
  $ gelarin use

OPTIONS
  -h, --help  show CLI help

See code: src/commands/use.ts