https://github.com/orisano/runj
https://github.com/orisano/runj
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/orisano/runj
- Owner: orisano
- License: mit
- Created: 2018-02-19T11:53:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T05:21:09.000Z (over 5 years ago)
- Last Synced: 2025-03-25T05:34:31.161Z (over 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# runj
## Installation
```bash
go get github.com/orisano/runj
```
## How to use
```bash
$ echo '{"foo": "bar"}' | runj echo "{{.foo}}"
bar
```
## Author
Nao Yonashiro (@orisano)
## License
MIT