dothings
v0.0.8
Published
[](https://travis-ci.org/doThings/dothings)
Readme
dothings
installation
npm install -g dothingsuse
dothings add first test
dothings helpconfiguration
override configuration
// ~/.dothings/config.js
module.exports = function(config) {
config.reports.test = {
columns: ['id'],
label: ['ID']
};
return config;
};development
git clone [email protected]:doThings/dothings.git
yarn install
yarn start