https://github.com/emadehsan/ionic-generator
Python Script for Generating Ionic2 Pages
https://github.com/emadehsan/ionic-generator
Last synced: 10 months ago
JSON representation
Python Script for Generating Ionic2 Pages
- Host: GitHub
- URL: https://github.com/emadehsan/ionic-generator
- Owner: emadehsan
- Created: 2016-04-28T06:24:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T10:03:51.000Z (over 9 years ago)
- Last Synced: 2025-01-11T11:28:23.494Z (12 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic Generator ;)
Python Script to Generate Ionic Pages for Ionic V2, using Ionic CLI V1.x
## Usage
This assumes that the Current directory is project directory
$ python /path/to/ionicGenerator.py pageName
This results in following files
project/
| app/
| | pages/
| | | pageName.css
| | | pageName.html
| | | pageName.js
| www/
. .
. .
. .