0.5.0 • Published 2 years ago

baldrick-decision v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Baldrick-decision

npm Build
status npm bundle size

npm type definitions node-current NPM

A CLI application that helps you to make decisions with a cunning plan

baldrick-decision path/to/decisions

If you need to export the current JSON schema for decision YAML documents:

baldrick-decision path/to/decisions --schema

Documentation and links

Installation

This package is ESM only.

yarn global add baldrick-decision
baldrick-decision --help

Or alternatively run it:

npx baldrick-decision --help

If you want to tun the latest version from github. Mostly useful for dev:

git clone git@github.com:flarebyte/baldrick-decision.git
yarn global add `pwd`