generator-php-lp
v1.0.1
Published
PHP Landing Page boilerplate including gulp livereload, sass tasks and also bootstrap, jquery and form validation
Downloads
3
Readme
yo-generator-lp
Installation
First, install Yeoman and generator-php-lp using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-php-lp
Then generate your new project:
yo php-lp
After all dependencies are instll you can either start developing project by typing
gulp
Or create build version by typing
gulp build
getting to know yeoman
- yeoman has a heart of gold.
- yeoman is a person with feelings and opinions, but is very easy to work with.
- yeoman can be too opinionated at times but is easily convinced not to be.
- feel free to learn more about yeoman.
License
MIT © Y4ch