0.0.0 • Published 3 years ago

shin-typo3 v0.0.0

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

shin

A Typo3 install tool.

oclif Version Downloads/week License

Usage

$ npm install -g shin
$ shin COMMAND
running command...
$ shin (-v|--version|version)
shin/0.0.0 linux-x64 node-v14.17.0
$ shin --help [COMMAND]
USAGE
  $ shin COMMAND
...

Commands

shin hello [FILE]

describe the command here

USAGE
  $ shin hello [FILE]

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

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

See code: src/commands/hello.ts

shin help [COMMAND]

display help for shin

USAGE
  $ shin help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

shin install NAME PATH

install a new typo3 project

USAGE
  $ shin install NAME PATH

OPTIONS
  -h, --help                   show CLI help
  -m, --method=composer|clean  [default: composer]

EXAMPLE
  $ shin install name path

See code: src/commands/install.ts