You can use these to browse through the README
This is a helper tool for creating .js and .ts files for expressjs projects
This tool will create 3 files, controller, router and a model, based on the entity
It will create the directories if they do not exist
--entity: mandatory, name of your entity--ext: extension, default.js
$> ./gen-mrc --entity=Soldier --ext=tsThis will generate 3 files:
=> controllers/ControllerSoldier.ts
=> routers/RouterSoldier.ts
=> models/Soldier.ts