https://github.com/pmcelhaney/flowchart
a simple command line utility for walking through flowcharts
https://github.com/pmcelhaney/flowchart
Last synced: 28 days ago
JSON representation
a simple command line utility for walking through flowcharts
- Host: GitHub
- URL: https://github.com/pmcelhaney/flowchart
- Owner: pmcelhaney
- License: mit
- Created: 2015-04-14T17:30:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-17T13:46:44.000Z (about 10 years ago)
- Last Synced: 2025-03-25T20:33:05.479Z (about 1 month ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flowchart
A very simple command line utility that tells you what to do next.
## Installation
$ npm install -g flowchart
## Usage
$ flowchart git-undo
The above command will help you figure out how to undo a change in Git,
based on [@emmajanehw's diagram](https://twitter.com/emmajanehw/status/549919920990208000).In fact, that diagram is the original raison d'être for this app. The plan to add more
like it over time.## Adding your own flowcharts
Have a look at the [flowcharts/git-undo](./flowcharts/git-undo). All you have to do is
add a new file to the flowcharts directory. Or create a directory under your home (`~`)
directory called `flowcharts` and put files there. Or type:$ flowchart play