Skip to content

dragosh/cordova-mobile-boilerplate

Repository files navigation

CIAB

An Cordova / Ionic / AngularJS / Browserify Mobile App boilerplate for creating hybrid mobile apps

Requirements

Dependencies

Install global deps

npm i -g cordova
npm i -g ios-sim
brew install imagemagick

Clone the repo

git clone https://github.com/dragosh/cordova-mobile-bp.git my-app
cd my-app
npm i

Creating platform and plugins

default platforms iOS & Android

  • device
  • dialogs
npm run create

Starting the app

npm start

Testing the app

npm test

Run iOS simulator

npm run ios

Run android

npm run android

Versioning

bumping

npm run bump
npm run bump -- --minor
npm run bump -- --major

tagging

gulp tag --major

Writing markdown files

npm run md

Clean platforms/plugins

npm run clean

TODO

  • add BDD tests with protractor and cucumber
  • reduce node packages
  • create android release script
  • ....

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published