https://github.com/jackadams/constellation-schema
Plugin for Constellation that generates schema for you
https://github.com/jackadams/constellation-schema
Last synced: 2 months ago
JSON representation
Plugin for Constellation that generates schema for you
- Host: GitHub
- URL: https://github.com/jackadams/constellation-schema
- Owner: JackAdams
- License: mit
- Created: 2015-07-30T11:35:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T03:52:17.000Z (about 5 years ago)
- Last Synced: 2025-01-27T06:29:27.367Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
SimpleSchema generator plugin for [Constellation](https://atmospherejs.com/babrahams/constellation) (an extensible dev console for Meteor).
`meteor add constellation:schema`
For speeding along the retrofitting of an app with schema, or for getting schema by starting with visual designs of your document structures.
This is designed so that pressing the "Generate" button after making custom updates to the schema or changes to your collections shouldn't hurt, but only help. If that's not the case open an issue on Github.
This keeps a working copy of your schemas in `localStorage`, so `localStorage.clear()` will delete them all. Once you've got a schema you're moderately happy with, cut and paste it into your code using the "Copy" button.