Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-adams/bluffy-cli
https://github.com/p-adams/bluffy-cli
nim nim-lang
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/p-adams/bluffy-cli
- Owner: p-adams
- Created: 2018-07-04T23:07:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T19:20:39.000Z (over 6 years ago)
- Last Synced: 2024-11-07T22:43:46.403Z (2 months ago)
- Topics: nim, nim-lang
- Language: Nim
- Size: 352 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bluffy-cli
A CLI (command-line interface) for generating fake JSON data
### Installation
Bluffy requires [Nim](https://nim-lang.org/install.html) to run.
Clone the repository:
`https://github.com/p-adams/bluffy-cli`
```sh
$ cd bluffy-cli/src
$ nim c --r bluffy_cli.nim
```