Skip to content

darth-roman/go-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Projects

Table of Contents

You can use these to browse through the README

gen-mrc

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

flags

  • --entity: mandatory, name of your entity
  • --ext: extension, default .js
$> ./gen-mrc --entity=Soldier --ext=ts

This will generate 3 files:

=> controllers/ControllerSoldier.ts
=> routers/RouterSoldier.ts
=> models/Soldier.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages