1.0.2 • Published 4 years ago

@sidwebworks/quick-strap v1.0.2

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

quick-strap

A Zero-config cli to help you bootstrap web projects

oclif Version Downloads/week License

Usage

$ npm install -g @sidwebworks/quick-strap
$ quick-strap COMMAND
running command...
$ quick-strap (-v|--version|version)
@sidwebworks/quick-strap/1.0.2 linux-x64 node-v14.17.6
$ quick-strap --help [COMMAND]
USAGE
  $ quick-strap COMMAND
...

Commands

quick-strap create [NAME]

Start quick-strap CLI

USAGE
  $ quick-strap create [NAME]

OPTIONS
  -g, --git         Initialize a git repository
  -h, --help        show CLI help
  -i, --install     Install dependencies
  -t, --typescript  Setup Typescript

EXAMPLE
  $ quick-strap create <project name>

See code: src/commands/create.js

quick-strap help [COMMAND]

display help for quick-strap

USAGE
  $ quick-strap help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago