node-angular-react-generator

This project will generate templates for different type of projects

Usage no npm install needed!

<script type="module">
  import nodeAngularReactGenerator from 'https://cdn.skypack.dev/node-angular-react-generator';
</script>

README

generate command

use generate command on terminal to create boilerplate

create_mvc command in node, mongodb and mongoose project

use create_mvc command to create schema ,model ,controllers ,routes => Directory in which you run command should have controlleers ,model and routes folder ....

define your schema with name:type with single space

ex: name:String phone:Number isAdmin:Boolean ......