generator-landing-page
Version:
Fork of default Yeoman generator, with optional landing page features such as social buttons and email signup.
30 lines (16 loc) • 723 B
Markdown
# Landing page generator
Fork of default Yeoman generator, with optional landing page features such as social buttons and email signup.
## Getting Started
- Make sure you have [yo](https://github.com/yeoman/yo) installed: `npm install -g yo`
- Install the generator: `npm install -g generator-landing-page`
- Run: `yo landing-page`
- Run `grunt` for building and `grunt server` for preview
## Options
* `--skip-install`
Skips the automatic execution of `bower` and `npm` after
scaffolding has finished.
* `--test-framework=[framework]`
Defaults to `mocha`. Can be switched for
another supported testing framework like `jasmine`.
## License
[BSD license](http://opensource.org/licenses/bsd-license.php)