Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.
/ woggle Public archive

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

Notifications You must be signed in to change notification settings

thatisuday/woggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published