Skip to content

dorukkangal/fastlane-plugin-import_from_url

Repository files navigation

import_from_url plugin

fastlane Plugin Badge Github Actions CircleCi Travis

Getting Started

This project is a fastlane plugin. To get started with fastlane-plugin-import_from_url, add it to your project by running:

fastlane add_plugin import_from_url

About import_from_url

Import another Fastfile from given url to use its lanes.

Note to author: Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.

Example

import_from_url(
  url: "<the url of the Fastfile to be downloaded>", # Required and cannot be empty,
  path: "<the path of the Fastfile to be downloaded>", # Optional and default is fastlane/.cache
  file_name: "<the name of the Fastfile to be downloaded>" # Optional and default is the original name of the file
)

Run tests for this plugin

To run both the tests, and code style validation, run

rake

To automatically fix many of the styling issues, use

rubocop -a

Issues and Feedback

For any other issues and feedback about this plugin, please submit it to this repository.

Troubleshooting

If you have trouble using plugins, check out the Plugins Troubleshooting guide.

Using fastlane Plugins

For more information about how the fastlane plugin system works, check out the Plugins documentation.

About fastlane

fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.

About

This is useful if you have shared lanes across multiple apps and you want to store a Fastfile in a url

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages