generator-beyond
Version:
BeyondJS generator
38 lines (31 loc) • 2.02 kB
Markdown

# BeyondJS Generator
[](https://github.com/socites/beyond)
[](https://travis-ci.org/rhaynel-parra/generator-beyond)
[](https://www.npmjs.com/package/generator-beyond)
[](https://www.npmjs.com/package/generator-beyond)
[](https://www.bithound.io/github/rhaynel-parra/generator-beyond)
[](https://circleci.com/gh/rhaynel-parra/generator-beyond/tree/master)
[](https://david-dm.org/rhaynel-parra/generator-beyond)
[](https://david-dm.org/rhaynel-parra/generator-beyond#info=devDependencies)
> Yeoman generator for creating BeyondJS applications - lets you quickly set up a project following best practices.
## Example Project
Source code: [https://github.com/rhaynel-parra/beyondjs-generator-demo](https://github.com/rhaynel-parra/beyondjs-generator-demo)
## Usage
Install required tools `yo`, `grunt-cli`, `bower` and `generator-beyond`
```bash
npm install -g yo grunt-cli bower generator-beyond
```
Make a new directory, and cd into it:
```bash
mkdir my-new-project && cd $_
```
Run yo generator-beyond:
```bash
yo beyond
```
Run `grunt serve` for preview.
### What is BeyondJS?
Your answer is here [BejondJS](https://socites.github.io/beyond/)
## License
[](https://opensource.org/licenses/mit-license.php)