CLI for setting up Continous Integration services
npm install ciabattaA tool for initialising CI tools for your (Open Source / GitHub) project.
Install it with npm install ciabatta -g.
After you installed ciabatta, add the tools you want to use. The tools you are adding
have to be installed globally. It works with the travisjs
and appveyor module. Tools that work the
same, can be easily added if they conform the following API.
```
If you have travisjs and appveyor installed, you can add them like this:``
ciabatta add travisjs --title "Mac/Linux"
ciabatta add appveyor --title Windows
When using travisjs and appveyor like above it would outputs someting like:
`md`
Mac/Linux | Windows
---- | ----
 | 
Creates necessary files and hooks for the used tools. Runs each tool with
Adds a new tool to the list.
The command has to conform with the API specified above.
Removes a tools from the list
Shows a list of the currently used tools in new line JSON format.
Shows the location of the config file.