0.2.0 • Published 10 years ago

yepp v0.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

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
0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago