1.0.0 • Published 7 years ago

firefake v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Firefake

Fake JSON data generator Firefly related data

Installation

npm install -g firefake //TODO: Add to npm registry

Usage

firefake <template>

will print a JSON representation following the template where where all supported keys are replaced with random Firefly data points

Example:

template.json

{
  "fullName": "name",
  "age": 16,
  "other": "This does not change"
}

will produce (for example):

{
  "fullName": "River Tam",
  "age": 16,
  "other": "This does not change"
}

Supported keys:

  • name
1.0.0

7 years ago