android boilerplate for general application development
npm install generator-suitcore-kotlin-mvpFirst, install Yeoman and generator-suitcore using npm (we assume you have pre-installed node.js).
``bash`
npm install -g yo
npm install -g generator-suitcore-code-base
npm uninstall -g generator-suitcore-code-base
Then generate your new project:
`bash`
yo suitcore-code-base
or type :
`bash`
yo
and choose Suitcore
If you want to remove the generator :
`bash``
npm uninstall -g generator-suitcore-code-base
Apache-2.0 © [Suitmedia Mobile]()
[npm-image]: https://badge.fury.io/js/generator-suitcore-a.svg
[npm-url]: https://npmjs.org/package/generator-suitcore-code-base
[travis-image]: https://travis-ci.org/Suitmedia/generator-suitcore-a.svg?branch=master
[travis-url]: https://travis-ci.org/Suitmedia/generator-suitcore-a
[daviddm-image]: https://david-dm.org/Suitmedia/generator-suitcore-a.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/Suitmedia/generator-suitcore-a
[coveralls-image]: https://coveralls.io/repos/Suitmedia/generator-suitcore-a/badge.svg
[coveralls-url]: https://coveralls.io/r/Suitmedia/generator-suitcore-code-base