yepp

0.2.0 • Public • Published

yepp logo

====

yepp is a command line tool for Node.js that combines existing tools like cordova and bower to create/bootstrap and manage (run, release etc.) cordova mobile apps more easily.

Installation

npm install -g yepp

Requirements

yepp is build ontop other tools. You must have installed cordova and bower to use yepp:

npm install -g cordova
npm install -g bower

Commands

  • init: bootstraps a new application
  • cleanup: remove platforms and plugins
  • plugins: load and install cordova plugins defined in yepp.json
  • platforms: install platform defined in yepp.json
  • install : add platform and build project for given platform
  • run : run app for given platform
  • emulate : emulate the app for given platform
  • release : create release for given platform

Framework support

yepp currently supports Mobile Angular UI for application initialization. That means yepp will create a base for an application using the Mobile Angular UI framework:

yepp init mobileangular

Package Sidebar

Install

npm i yepp

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • marcelhaerle