npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

generator-ng-cordova

v0.0.0

Published

Yeoman Phonegap/Cordova and Angular generator

Readme

generator-ng-cordova Build Status

Getting Started

What is ng-cordova?

Since my creation of https://github.com/lpaulger/timerApp I've been wanting to create an angular, phonegap/cordova generator for yeoman and here it is!

Installation Steps

  1. Install Yeoman
$ npm install -g yo
  1. Install the generator
$ npm install -g generator-ng-cordova
  1. In the directory you want to install the app run 'yo ng-cordova'
  2. follow the steps within the generator
  3. You're done! just 'cd' into the application folder

Post Installation

Once you've gone through the installation, you can start developing your app.

Use 'grunt serve' to view the app in the browser (with livereload) Use 'grunt run:android' to run on a device Use 'grunt emulate:android' to run in an emulated device (assuming you've set one up)

Get Involved

I'll keep expanding this project to be more flexible. I know other frameworks, tools and generators exist. for example check out IonicFramework for some powerful UI enhancements for angular and phonegap. I decide to stay away from this to help developers create their own UI experience. If you want a generator and the Ionic experience check out generator-angular-cordova.

I support unit tests! they are run here Build Status. If you care to contribute make sure the tests pass locally by running

$ npm test

Best of luck!

License

MIT