0.0.8 • Published 7 years ago

dothings v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

dothings

Build Status

installation

npm install -g dothings

use

dothings add first test
dothings help

configuration

default config

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
0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.0

7 years ago