https://github.com/devanandb/generator-phoenix
https://github.com/devanandb/generator-phoenix
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devanandb/generator-phoenix
- Owner: devanandb
- License: mit
- Created: 2017-03-31T06:14:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T00:36:06.000Z (over 6 years ago)
- Last Synced: 2025-03-06T06:18:30.465Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
generator-phoenix
Helper generator to scaffold multiple pieces in the project
## Installation
First, install [Yeoman](http://yeoman.io) and generator-phoenix using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-phoenix
```
Then run this in the root of pnxnode project:
```bash
yo phoenix
```