Skip to content

This package/.NET tool generates Model, ApiController and Controller for a particular entity.

Notifications You must be signed in to change notification settings

AbdulMoizAli/Crudify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crudify

This package/.NET tool generates Model, ApiController and Controller for a particular entity.

Install Package

$ dotnet tool install -g crudify

Run

$ crud --help

Usage

crud command expects two arguments, area name and model name. Navigate into the project root directory and execute the command.

Folder Structure

Project/
  |--Areas/
    |--Area1/
    |--Area2/
  |...

Create CRUD

\Project> crud -a TestArea -m TestModel

About

This package/.NET tool generates Model, ApiController and Controller for a particular entity.

Topics

Resources

Stars

Watchers

Forks

Languages