Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitrise-io/stepman
Step collection manager
https://github.com/bitrise-io/stepman
bitrise ci production-code
Last synced: 3 months ago
JSON representation
Step collection manager
- Host: GitHub
- URL: https://github.com/bitrise-io/stepman
- Owner: bitrise-io
- License: mit
- Created: 2015-06-26T10:31:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T12:44:10.000Z (3 months ago)
- Last Synced: 2024-07-31T15:58:16.028Z (3 months ago)
- Topics: bitrise, ci, production-code
- Language: Go
- Homepage:
- Size: 16 MB
- Stars: 26
- Watchers: 15
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stepman
You can manage decentralized StepLib Step (script) Collections with `stepman`.
You can register multiple collections, audit them, manage the caching of individual Steps locally,
define and handle fallback URLs for downloading the Step codes (archives),
and share new Steps into public StepLib collections with `stepman`.**Public Beta:** this repository is still under active development,
frequent changes are expected, but we we don't plan to introduce breaking changes,
unless really necessary. **Feedback is greatly appreciated!***Part of the Bitrise Continuous Integration, Delivery and Automations Stack,
with [bitrise](https://github.com/bitrise-io/bitrise) and [envman](https://github.com/bitrise-io/envman).*## Install
Check the latest release for instructions at: [https://github.com/bitrise-io/stepman/releases](https://github.com/bitrise-io/stepman/releases)
## Share your own Step
Call `stepman share` and follow the guide it prints.