https://github.com/raguay/myrunbooks
These are the Runbooks I've created for the fig program. Fig is a terminal assistant that is really nice!
https://github.com/raguay/myrunbooks
fig runbooks
Last synced: 4 months ago
JSON representation
These are the Runbooks I've created for the fig program. Fig is a terminal assistant that is really nice!
- Host: GitHub
- URL: https://github.com/raguay/myrunbooks
- Owner: raguay
- License: mit
- Created: 2020-08-06T08:43:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T03:51:15.000Z (over 5 years ago)
- Last Synced: 2025-01-18T23:02:24.003Z (over 1 year ago)
- Topics: fig, runbooks
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyRunbooks
These are the Runbooks I've created for the [fig](https://docs.withfig.com/)
program. Fig is a terminal assistant that is
really nice!
Runbooks are made with Rundown, a combination of a
markdown parser and a TIL scripting language. This
allows for the creation of notebooks that run scripts
in your current terminal.
## List of Runbooks:
| File | Description |
|---|------|
| CreateRunbooks.run | This Runbook gives the different steps for creating a Runbook. |
| SvelteProject.run | This Runbook allows you to create a Svelte based project and run commands on it. It will flesh our the new project in your project directory. |
## Directory and files needed for these Runbooks
These runbooks expect you to have a directory called `~/.myfig`. In that directory, these files are expected to be there:
| File | Description |
|---|------|
| .currentRunbook | This file contains the name of the current Runbook being edited in the CreateRunbook.run Runbook. |
| .projdir | This file contains the path to the dirctory you keep your Runbooks. |
| .currentSvelteProject | This file contains the name of the Svelte project being edited in the SvelteProject.run Runbook. |
| .svelteprojdir | This file contains the path to the project directory for all your Svelte based projects. |