New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

generator-android-starter

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-android-starter

Yeoman android starter essentials

latest
Source
npmnpm
Version
0.9.1
Version published
Maintainers
1
Created
Source

generator-android-starter

Yeoman generator

This generator will create a skeleton Android app built atop a collection of awesome Android libraries by Square using a single Activity/multiple view style.

Included libraries

The project also generates with a set of extremely useful test helper classes and static methods along with example tests showing how to use them.

Getting Started

Install Yeoman

Not every new computer comes with a Yeoman pre-installed. He lives in the npm package repository. You only have to ask for him once, then he packs up and moves into your hard drive. Make sure you clean up, he likes new and shiny things.

npm install -g yo

Install the Generator

To install generator-android-starter from npm, run:

npm install -g generator-android-starter

Finally, initiate the generator:

yo android-starter

This will create a fully functioning Android app skeleton.

Run it

Once you've generated the skeleton app simply import into Android Studio

License

MIT

Keywords

yeoman-generator

FAQs

Package last updated on 10 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts