Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fgribreau/json-schema-documentation
JSON-Schema documentor (generator, cli, themes)
https://github.com/fgribreau/json-schema-documentation
documentation-tool documentor json json-schema json-schema-documentation json-schema-documentor
Last synced: 7 days ago
JSON representation
JSON-Schema documentor (generator, cli, themes)
- Host: GitHub
- URL: https://github.com/fgribreau/json-schema-documentation
- Owner: FGRibreau
- Created: 2017-12-31T09:46:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:47:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T07:11:05.553Z (17 days ago)
- Topics: documentation-tool, documentor, json, json-schema, json-schema-documentation, json-schema-documentor
- Language: JavaScript
- Homepage: https://fgribreau.com
- Size: 819 KB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# JSON-Schema documentation project
![extra](https://img.shields.io/badge/actively%20maintained-yes-ff69b4.svg?) [![Slack](https://img.shields.io/badge/Slack-Join%20our%20tech%20community-17202A?logo=slack)](https://join.slack.com/t/fgribreau/shared_invite/zt-edpjwt2t-Zh39mDUMNQ0QOr9qOj~jrg)
> ## ❤️ Shameless plug
> - [**Charts, simple as a URL**. No more server-side rendering pain, 1 url = 1 chart](https://image-charts.com)
> - [Looking for a free **Redis GUI**?](http://redsmin.com) [Or for **real-time alerting** & monitoring for Redis?](http://redsmin.com)## Getting started
* [![NPM version](https://img.shields.io/npm/v/json-schema-documentation-cli.svg)](https://www.npmjs.com/package/json-schema-documentation-cli) [Use the CLI](/packages/cli)
* [![NPM version](https://img.shields.io/npm/v/json-schema-documentation-generator.svg)](https://www.npmjs.com/package/json-schema-documentation-generator) [Use the generator from code](/packages/generator)
* [![NPM version](https://img.shields.io/npm/v/json-schema-documentation-theme-default.svg)](https://www.npmjs.com/package/json-schema-documentation-theme-default) [Fork default theme](/packages/theme-default)## Development
```bash
git clone [email protected]:fgribreau/json-schema-documentation.git
npm install
```