broomyocymru/ditto

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[![Build Status](https://travis-ci.org/broomyocymru/ditto.svg?branch=master)](https://travis-ci.org/broomyocymru/ditto) [![Code Climate](https://codeclimate.com/github/broomyocymru/ditto/badges/gpa.svg)](https://codeclimate.com/github/broomyocymru/ditto) [![Test Coverage](https://codeclimate.com/github/broomyocymru/ditto/badges/coverage.svg)](https://codeclimate.com/github/broomyocymru/ditto/coverage)

#*Noun: Ditto*
1. The same thing again.
1.1 Used to indicate that something already said is applicable a second time.

Ditto is a boilerplate CLI framework written in Python, making it easy to repeat tasks.
Its aim is provide the platform to allow teams to quickly use and share automation scripts and common CLI commands in a useful self documenting style.

# Questions and issues

Raise an issue [here](https://github.com/broomyocymru/ditto/issues/) or via twitter [@ditto_cli](https://twitter.com/ditto_cli)

## Thanks
[Click](http://click.pocoo.org/) for the awesome CLI package! [GitHub](github.com) for the repo, [TravisCI](https://travis-ci.org/) and [CodeClimate](https://codeclimate.com/) for the testing

# License [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](http://opensource.org/licenses/MIT)

The MIT License (MIT)

Copyright (c) 2016 Anthony Broome

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.