README
Gulp x Twig x Yo generator
Yeoman generator project using gulp and twig by Tasy Nguyen
Features
- Using
twigjsto build html. - Convert
sasstocss - Built-in preview server with
BrowserSync - Deploy to
github pageswith one command - Auto compile
jsfile intotwigfile.
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