An open API service indexing awesome lists of open source software.

https://github.com/flarebyte/baldrick-decision

A CLI application that helps you to make decisions with a cunning plan
https://github.com/flarebyte/baldrick-decision

npm-cli

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Baldrick-decision

![npm](https://img.shields.io/npm/v/baldrick-decision) ![Build
status](https://github.com/flarebyte/baldrick-decision/actions/workflows/main.yml/badge.svg)
![npm bundle size](https://img.shields.io/bundlephobia/min/baldrick-decision)

![npm type definitions](https://img.shields.io/npm/types/baldrick-decision)
![node-current](https://img.shields.io/node/v/baldrick-decision)
![NPM](https://img.shields.io/npm/l/baldrick-decision)

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

```bash

baldrick-decision path/to/decisions

```

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

```bash

baldrick-decision path/to/decisions --schema

```

## Documentation and links

- [Code Maintenance](MAINTENANCE.md)
- [Code Of Conduct](CODE_OF_CONDUCT.md)
- [Api for baldrick-decision](API.md)
- [Contributing](CONTRIBUTING.md)
- [Glossary](GLOSSARY.md)
- [Diagram for the code base](INTERNAL.md)
- [Vocabulary used in the code base](CODE_VOCABULARY.md)
- [Contributors](https://github.com/flarebyte/baldrick-decision/graphs/contributors)
- [Dependencies](https://github.com/flarebyte/baldrick-decision/network/dependencies)

## Installation

This package is [ESM
only](https://blog.sindresorhus.com/get-ready-for-esm-aa53530b3f77).

```bash
yarn global add baldrick-decision
baldrick-decision --help
```

Or alternatively run it:

```bash
npx baldrick-decision --help
```

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

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