0.1.0 • Published 7 years ago

androidstarters v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

androidstarters NPM version Build Status Dependency Status Coverage percentage

Kickstart your next android app in 10 secs.

Installation

$ npm install --save androidstarters

Usage

const androidstarters = require('androidstarters');

const config = {
  appName: 'SampleApp',
  packageName: 'io.sample.app',
  templateName: 'kotlin',
  props: {
    appPackage: 'io.sample.app'
  }
};

androidstarters(config);

License

MIT © Ravindra Kumar