dothings

npm install -g dothings

Usage no npm install needed!

<script type="module">
  import dothings from 'https://cdn.skypack.dev/dothings';
</script>

README

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