Skip to content

koral--/bitrise-plugins-init

 
 

Repository files navigation

Init Plugin for Bitrise CLI

Initialize bitrise config (bitrise.yml) based on your project.

  • For iOS projects detects CocoaPods and scans Xcode project files for valid Xcode command line configurations.

  • For Android projects checks for gradle files and lists all the gradle tasks, also checks for gradlew file.

  • For Xamarin projects inspects the solution files and lists the configuration options, also checks for NuGet and Xamarin Components packages.

  • For Fastlane detects Fastfile and lists the available lanes.

How to use this Plugin

Can be run directly with the Bitrise CLI, requires version 1.3.0 or newer.

First install the plugin:

bitrise plugin install --source https://github.com/bitrise-core/bitrise-plugins-init.git

After that, you can use it:

bitrise :init

How to release this plugin

  • bump RELEASE_VERSION in bitrise.yml
  • comit these change
  • call bitrise run create-release
  • check and update the generated CHANGELOG.md
  • test the generated binaries in _bin/ directory
  • push these changes to the master branch
  • once deploy workflow finishes on bitrise.io create a github release with the generate binaries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.9%
  • Shell 4.1%