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

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

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