kabisa / maji

Maji is a framework to build great hybrid mobile apps.
https://www.majimobile.com/
MIT License
18 stars 10 forks source link

Get rid of Bash dependency #211

Closed pascalw closed 6 years ago

pascalw commented 6 years ago

Currently Maji relies on some bash scripts.

Porting this over to Javascript would have a few benefits:

Most stuff can be replaced with some plain NodeJS code, for creating projects we could use an embedded Yeoman generator.

pascalw commented 6 years ago

Fixed in the 3.2.0 release.