README
dothings
installation
npm install -g dothings
use
dothings add first test
dothings help
configuration
override configuration
// ~/.dothings/config.js
module.exports = function(config) {
config.reports.test = {
columns: ['id'],
label: ['ID']
};
return config;
};
development
git clone git@github.com:doThings/dothings.git
yarn install
yarn start