generator-gulp-twig
v1.0.9
Published
> [Yeoman](http://yeoman.io) generator project using [gulp](http://gulpjs.com/) and [twig](https://github.com/twigjs/twig.js) by [Tasy Nguyen](https://sangnguyen.dev)
Downloads
2
Readme
Gulp x Twig x Yo generator
Yeoman generator project using gulp and twig by Tasy Nguyen
Features
- Using
twigjs
to build html. - Convert
sass
tocss
- Built-in preview server with
BrowserSync
- Deploy to
github pages
with one command - Auto compile
js
file intotwig
file.
Quick start
Install Yeoman
global:
npm install --global yo
Generate project with gulp-twig
:
yo gulp-twig
Start project:
npm start
Build:
npm build
Deploy to github pages
npm run deploy
License
MIT