An open API service indexing awesome lists of open source software.

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

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.