generator-github-project-starter
v0.1.3
Published
A Yeoman generator for Github Project Starter
Downloads
7
Maintainers
Readme
generator-github-project-starter
A Yeoman generator for Github Project Starter
Github Project Starter
The Github Project Starter is a boilerplate for Github projects to save time on creating a build process and a demo pages for Github Pages.
Watch this demo page for an example and more info: http://jeroenoomsnl.github.io/github-project-starter
Features
- Build process with Gulp for html, css, javascript and images
- Deploy task for Github Pages
- Pretty styled and customizable demo page with initialize.css
- The Yeoman generator makes it easy to install
- And lots of best practices
Installation
First, install Yeoman and generator-github-project-starter using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-github-project-starter
Then generate your new project:
yo github-project-starter
Build your project:
gulp
Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.
License
MIT © Jeroen Ooms