Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatisuday/woggle
A simple command line tool to generate pug, sass, gulp and browser-sync based front-end projects.
https://github.com/thatisuday/woggle
browsersync generator gulp pug sass webapp
Last synced: 13 days ago
JSON representation
A simple command line tool to generate pug, sass, gulp and browser-sync based front-end projects.
- Host: GitHub
- URL: https://github.com/thatisuday/woggle
- Owner: thatisuday
- Archived: true
- Created: 2018-04-05T17:36:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T22:52:14.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T04:29:24.276Z (17 days ago)
- Topics: browsersync, generator, gulp, pug, sass, webapp
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# woggle
A simple command line tool to generate **pug**, **sass**, **gulp** and **browser-sync** based front-end projects.[![npm](https://img.shields.io/npm/dt/woggle.svg?style=flat-square)](https://www.npmjs.com/package/woggle)
[![npm](https://img.shields.io/npm/v/woggle.svg?style=flat-square)](https://www.npmjs.com/package/woggle)
[![David](https://img.shields.io/david/thatisuday/woggle.svg?style=flat-square)](https://www.npmjs.com/package/woggle)## 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 --helpUsage: index [options] [command]
Options:
-V, --version output the version number
-h, --help output usage informationCommands:
generate|g Create new woggle project.
```