Skip to content
Snippets Groups Projects
Commit e3b57d03 authored by Tomasz Ducin's avatar Tomasz Ducin
Browse files

updated readme with contributions

parent 28c2484c
Branches
Tags
No related merge requests found
......@@ -37,6 +37,8 @@ We are looking for **contributors**! If you wanna help us make `jsf` more awesom
- [Automation](#automation)
- [Angular-jsf (AngularJS plugin)](#angular-jsf)
- [Grunt plugin](#grunt-plugin)
- [CLI](#cli)
- [Webpack loader](#webpack-loader)
- Advanced
- [JSON Schema specification support](#json-schema-specification-support)
- [Supported keywords](#supported-keywords)
......@@ -86,14 +88,6 @@ It will be fetched from the [Content Delivery Network](https://en.wikipedia.org/
You can see [an example JS fiddle based on `jsf` loaded from cdnjs](https://jsfiddle.net/ftzhnmzq/4/).
## Using in CLI
To generate JSON examples by schema directly from the command line, just use [json-schema-faker-cli](https://github.com/oprogramador/json-schema-faker-cli).
Installing: `sudo npm install -g json-schema-faker-cli`
Running `generate-json schema.json output.json`
## Overview
JSON-Schema-faker (or `jsf` for short) combines two things:
......@@ -188,6 +182,16 @@ Use [`angular-jsf`](https://github.com/json-schema-faker/angular-jsf) module (in
Use [grunt-jsonschema-faker](https://github.com/json-schema-faker/grunt-jsonschema-faker)
to automate running `json-schema-faker` against your JSON schemas.
### CLI
Use [json-schema-faker-cli](https://github.com/oprogramador/json-schema-faker-cli)
to run `jsf` from your command line.
### Webpack loader
Use [json-schema-faker-loader](https://github.com/jeffcatania/json-schema-faker-loader)
to execute `jsf` as a [webpack](https://webpack.github.io/) loader.
## JSON Schema specification support
Currently `jsf` supports the JSON-Schema specification **draft-04** only.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment