Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuping/generator-magix-app
Yeoman generator for Magix
https://github.com/zhuping/generator-magix-app
Last synced: about 1 month ago
JSON representation
Yeoman generator for Magix
- Host: GitHub
- URL: https://github.com/zhuping/generator-magix-app
- Owner: zhuping
- Created: 2015-06-25T09:25:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T14:14:48.000Z (over 8 years ago)
- Last Synced: 2024-10-05T03:22:06.407Z (3 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-magix-app
Yeoman generator for Magix
## Usage
### Create your project
Install the required tools: `yo`, `gulp`, `bower`
```
npm install -g yo gulp bower
```Install `generator-magix-app`:
```
npm install -g generator-magix-app
```Make a new directory, and `cd` into it:
```
mkdir my-new-project && cd $_
```Run `yo magix-app`