woggle

1.0.8 • Public • Published

woggle

A simple command line tool to generate pug, sass, gulp and browser-sync based front-end projects.

npm npm David

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.

Package Sidebar

Install

npm i woggle

Weekly Downloads

2

Version

1.0.8

License

MIT

Unpacked Size

50.2 kB

Total Files

20

Last publish

Collaborators

  • thatisuday