UNPKG

generator-beyond

Version:
38 lines (31 loc) 2.02 kB
![](https://socites.github.io/beyond/img/logos/logo-light.png) # BeyondJS Generator [![BeyondJS Status](https://img.shields.io/badge/BeyondJS-approved-brightgreen.svg)](https://github.com/socites/beyond) [![Build Status](https://img.shields.io/travis/rhaynel-parra/generator-beyond/master.svg)](https://travis-ci.org/rhaynel-parra/generator-beyond) [![npm version](https://img.shields.io/npm/v/generator-beyond.svg)](https://www.npmjs.com/package/generator-beyond) [![npm downloads](https://img.shields.io/npm/dt/generator-beyond.svg)](https://www.npmjs.com/package/generator-beyond) [![bitHound Score](https://www.bithound.io/github/rhaynel-parra/generator-beyond/badges/score.svg)](https://www.bithound.io/github/rhaynel-parra/generator-beyond) [![Circle CI](https://img.shields.io/circleci/project/rhaynel-parra/generator-beyond/master.svg)](https://circleci.com/gh/rhaynel-parra/generator-beyond/tree/master) [![Dependency Status](https://img.shields.io/david/rhaynel-parra/generator-beyond.svg)](https://david-dm.org/rhaynel-parra/generator-beyond) [![Dev-Dependency Status](https://img.shields.io/david/dev/rhaynel-parra/generator-beyond.svg)](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 [![MIT](https://img.shields.io/npm/l/generator-beyond.svg?style=flat-square)](https://opensource.org/licenses/mit-license.php)