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
- Host: GitHub
- URL: https://github.com/evex-dev/jsonik
- Owner: evex-dev
- Created: 2024-06-18T23:11:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T09:26:57.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T21:17:36.025Z (about 1 year ago)
- Topics: go, jk, json, jsonik, monorepo, task-runenr
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```