Skip to content
develop
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

You can’t perform that action at this time.