woggle
v1.0.8
Published
A simple command line tool to generate pug, sass and gulp based frontend projects.
Downloads
11
Maintainers
Readme
woggle
A simple command line tool to generate pug, sass, gulp and browser-sync based front-end projects.
Install
npm install -g woggle
This is a CLI module. Hence install it globally only. It will give you
wobble
command in terminal.
Use
woggle generate my-project
woggle g my-project
wobble will generate a complete folder structure based on your choices. It will also install all npm dependencies and initialize gulpfile.js task file.
You can the use following commands to compile your project.
npm run build
npm run build:watch
This will put all compiled files inside build
directory.
Help
$ woggle --help
Usage: index [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
generate|g <projectName> Create new woggle project.