0.0.3 • Published 6 years ago

@edwardfs/cli v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

@edwardfs/cli (v. 0.0.3)

FullstackHQ's internal command-line tool for pulling different psdwizard-bootstrap-4 boiler plates

Quick start

1. Make sure that you have npm installed.

2. Install the cli tool globally.

npm install -g @edwardfs/cli@0.0.3

or

npm install -g @edwardfs/cli@latest

3. Pull the boilerplate

$ fullstackhq create <type> <filePath>

4. Enjoy!

Types

Take note that the types should be entered as lowercase

basic (default)

gulp

webpack

FilePath

The filePath is set to ./ (relative) by default