Status
Beta software - Expect frequent releases of 0.0.* versions. Minor Bugs are being removed. You can submit issues as well and they will be looked into.
- For some reason the Coverage is flip floppping between 99% and mid 80%s, this looks like an issue with picking up some results. The 99% value is more accurate.
zaws
Zynx AWS Automation Tool
- Start using "zaws" today. This will give you the first steps.
- Authorization Delegated to AWS CLI
- The design of the application is uniform and can be understood with a little effort.
- The testing strategy has elements of BDD using cucumber and TDD using Rspec.
- Enhancement requests and issues are tracked here on github. Please feel free to make requests, submit issue tickets, or submit pull requests.
- The reference section contains lists of sources that were used in this project.
Development
- Fork repostiory.
- Clone to workstation.
- Run "bundle install" to get all development dependencies.
- Modfiy code.
- Run spec tests with "bundle exec rspec spec"
- Run feature tests with "bundle exec cucumber feature"
- Push to forked repository.
- Create pull request.
- Have a good day! We''ll get back to you ASAP.