Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smichelotti/generator-i2
Yeoman generators for Ionic 2
https://github.com/smichelotti/generator-i2
Last synced: about 2 months ago
JSON representation
Yeoman generators for Ionic 2
- Host: GitHub
- URL: https://github.com/smichelotti/generator-i2
- Owner: smichelotti
- Created: 2017-01-04T00:04:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T00:17:26.000Z (about 8 years ago)
- Last Synced: 2024-11-09T03:58:59.254Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-i2
Yeoman generators for Ionic 2 projects.
The easily way to install and run locally is:
Make sure you have Yeoman installed:
```
npm install -g yo
```Then install the generator locally:
```
git clone https://github.com/smichelotti/generator-i2.git
cd generator-i2
npm link
```Then to invoke the generator, cd into the `pages` directory of your Ionic 2 app (i.e., /src/pages).
Then you can run the following command to invoke the sub-generator:```
yo i2:ionicpage MyPage
```