firefake

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i firefake

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kinbiko