Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orisano/runj
https://github.com/orisano/runj
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/orisano/runj
- Owner: orisano
- License: mit
- Created: 2018-02-19T11:53:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T05:21:09.000Z (almost 4 years ago)
- Last Synced: 2024-10-04T17:51:24.544Z (about 1 month ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- 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