0.0.8 • Published 8 years ago

dothings v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

1.0.0

9 years ago