An open API service indexing awesome lists of open source software.

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

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/
. .
. .
. .