Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/p-adams/bluffy-cli


https://github.com/p-adams/bluffy-cli

nim nim-lang

Last synced: 9 days ago
JSON representation

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
```