0.01
No commit activity in last 3 years
No release in over 3 years
Helper gem to orchestrate pipeline tasks
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

CircleCI

Minimal Pipeline Gem

Helper gem to manage pipeline deploy tasks

A Simple gem to help orchestrate pipeline tasks in ruby. It currently supports deploying containers to ECS via CloudFormation.

Tools Used

Install

Clone source repo

$ git clone git@github.com:stelligent/minimal-pipeline-gem.git
$ cd minimal-pipeline-gem
# Install
$ gem build minimal_pipeline.gemspec
$ gem install ./minimal_pipeline-VERSION.gem

Documentation

Full documentation is available at https://stelligent.github.io/minimal-pipeline-gem/.

Contributing

  1. Checkout the code and run bundler: bundle install
  2. Create a feature branch: git checkout -b feature-name
  3. Make your changes
  4. Run rubocop: bundle exec rubocop
  5. Fix violations, if any
  6. Run unit tests: bundle exec rspec
  7. Ensure tests pass and 100% test coverage in maintained
  8. Commit changes, push, and open a pull request with a detailed description.

License

MIT

Maintainers