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

https://github.com/evex-dev/jsonik

Task runner with JSON for monorepo, tasks | .jsonik.json or .jk.json
https://github.com/evex-dev/jsonik

go jk json jsonik monorepo task-runenr

Last synced: about 1 month ago
JSON representation

Task runner with JSON for monorepo, tasks | .jsonik.json or .jk.json

Awesome Lists containing this project

README

          

# JSonik
Task runner with JSON for monorepo, tasks | main.jsonik or main.jk

json + sonik = jsonik

## How to use

```shell
# run main.jsonik.json
jsonik run
jsonik run .
jsonik run main
# run build.jsonik.json
jsonik run build
# run test.jsonik.json
jsonik run ./test.jsonik.json
# run {task_title}.jsonik.json
jsonik run {task_title}
```

## Build

```shell
jsonik build
```