mway-app-scripts
v0.0.3
Published
Additional app scripts for Hybrid apps
Readme
M-Way App Scripts
Keep in mind this is stil ongoing project and thus in early alpha stage
The app scripts represent all needed/missing functions that might be needed when
building Enterprise solutions with Ionic. Scripts are written in Typescript and
are compiled with npm tsc scripts located in package.json. Source itself can
be found in src folder. The output of transpilation will be written in dist
folder.
Running the command PLACEHOLDER, the output will give you all information on how
to get started.
The project consists of next amazing things:
- Typescript for writing code in,
- Mocha/Chai for testing the code,
- Tslint for Linting,
- VSCode config files for easier code debugging.
What comes next?
- config.xml update/editor
- encapsulated/local cordova?
- resources/targets
- badge creator
- ionic generator++ (destDir, module, etc.)
- template `ionic start TEMPLATE:
- includes translation service
- e2e/unit tests
