0.1.0 • Published 7 years ago

generator-finaps-xamarin v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Finaps Xamarin CI Ready

build status

This is a yeoman scaffolding tool developed to help developers at finaps to ready their Xamarin projects for Continuous Integration and Continuous Delivery. For continuous integration we use the 'Gitlab Runner' in conjunction with Our Gitlab repo. Continuous Delivery is done with fastlane

The tools/ files bundled with this tool are:

  • A .gitlab-ci.yml file configured to pick up the corret runners on our gitlab server.
  • Matchfile to help with certification handeling and syncing using match from fastlane
  • build script in 'scripts' folder

Installation

npm i generator-finaps-xamarin

Usage

 cd <your-project-path>
 yo finaps-xamarin