generator-jinja
v0.1.1
Published
test or create jinja2 template for python
Downloads
9
Maintainers
Readme
Yeoman generator that scaffolds out a front-end web app using gulp for the build process
Description:
Creates a new basic front-end web project for jinja template test and create.
Feature
Sass: Include Sass Zepto Or Jquery
Getting Started
- Install:
npm install --global yo gulp-cli generator-jinja
- Run
mkdir test_project && yo jina
to scaffold your webapp - Run
gulp dev
to preview and watch for changes - Run
gulp proc
to build your jinja template for production, file is indist/release
Options
--skip-welcome-message
Skips Yeoman's greeting before displaying options.--skip-install-message
Skips the the message displayed after scaffolding has finished and before the dependencies are being installed.--skip-install
Skips the automatic execution ofbower
andnpm
after scaffolding has finished.