https://github.com/sr2ds/meteorjs_crud_generator
Simple Crud Generator for MeteorJs
https://github.com/sr2ds/meteorjs_crud_generator
crud-generator meteorjs scaffold
Last synced: about 2 months ago
JSON representation
Simple Crud Generator for MeteorJs
- Host: GitHub
- URL: https://github.com/sr2ds/meteorjs_crud_generator
- Owner: sr2ds
- Created: 2018-01-27T01:44:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T16:06:22.000Z (almost 8 years ago)
- Last Synced: 2025-01-06T02:12:07.292Z (over 1 year ago)
- Topics: crud-generator, meteorjs, scaffold
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Project is not being maintained by anyone
===
It is necessary to continue the modules to complete the Scaffold
====
Make no mistake, this is no big deal.
Made in PHP (for now), these simple codes will be able to make a simple complete scaffold for your meteorJs.
Currently it only generates the Collection with Schema from a JSON file.
To run, clone this repository into your meteor project and enter the directory.
When running ./meteor_crud Books.js, the script will create a collection within your meteor with the parameters passed in Books.js.
Soon I will leave new examples, as well as the continuation of the project.
TODO:
* Create Collection ✓;
* Create Views;
* Create Routes;
* CRUD Complete;
* Include module in Menu automatically.