https://github.com/jonringer/oko
Command Line runner for projects
https://github.com/jonringer/oko
Last synced: 8 months ago
JSON representation
Command Line runner for projects
- Host: GitHub
- URL: https://github.com/jonringer/oko
- Owner: jonringer
- License: bsd-3-clause
- Created: 2018-04-13T14:16:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T18:22:22.000Z (over 7 years ago)
- Last Synced: 2024-12-27T22:19:06.586Z (over 1 year ago)
- Language: Haskell
- Size: 16.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Oko
This is meant to be a command line runner similar to [just](https://github.com/casey/just).
The intent of this is to make it easy to spin up a CLI around a given project and allow for commands to be ran regardless of the directory the user is currently in.
The syntax is meant to be similar to a Makefile.
## Install
```
stack install
```
## Usage
TODO
## Grammar
TODO