README
generator-frnt
Yeoman generator
FRNT
A start up generator for Front End Web Projects.
About
FRNT reduces the amount of time it takes to start a website project. It aims to be light and flexible and is built more for brochure sites than for large applications.
Install
Install
npm install -g generator-frnt
Make a new directory and cd into it:
mkdir new-website-project && cd $_
Run yo frnt to set things up!
yo frnt
Change into the html directory and start up gulp!
cd html; gulp
Technologies
Release Notes
v 0.3.1
- adds css helpers choice
Requests
Feel free to submit requests as issues!