Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devanandb/generator-phoenix
https://github.com/devanandb/generator-phoenix
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/devanandb/generator-phoenix
- Owner: devanandb
- License: mit
- Created: 2017-03-31T06:14:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T00:36:06.000Z (about 5 years ago)
- Last Synced: 2024-11-09T09:12:06.334Z (2 months 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
```