dothings

0.0.8 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i dothings

Weekly Downloads

1

Version

0.0.8

License

MIT

Last publish

Collaborators

  • davidbadura