Skip to content

[Node Module] Kickstart your next android app in 10 secs.

License

Notifications You must be signed in to change notification settings

androidstarters/androidstarters

Repository files navigation

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