nunchuk
v1.0.3
Published
Nunchuck is collection of utilities and code generators used to make web development faster.
Downloads
6
Readme
Nunchuk
Nunchuck is collection of utilities and code generators used to make web development faster.
Requirements
Node NPM
How to add Nunchuck
cd
to projects theme directory.- download nunchuck tarball.
npm v nunchuk dist.tarball | xargs curl | tar -xz
- move nunchuk's folder contents to root directory.
mv nuchuck-1.0.2/* .
- Run NPM install to install build dependencies.
npm install
Using nunchuk
Nunchuk currently has two Gulp tasks.
- Create/orverwrite to static/css/styles.css.
gulp sass
- Reload browser on styles.css changes
gulp watch
Additional Notes
Nunchuck was designed to be a starting point for your next website project. You are encouraged to modify it to meet your projects needs.
Contributing
Contributions are both desired and appreciated! Developers are encouraged to fork the project and submit pull request on Github. Users are invited to submit issues to suggest features, report bugs and request support.