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
- Host: GitHub
- URL: https://github.com/flarebyte/baldrick-decision
- Owner: flarebyte
- License: mit
- Created: 2022-03-05T05:59:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T18:03:39.000Z (about 4 years ago)
- Last Synced: 2025-02-04T21:47:38.705Z (over 1 year ago)
- Topics: npm-cli
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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`
```