0.1.12 • Published 2 years ago

@soinlabs/crud v0.1.12

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

CRUD Generator

npm version npm downloads

Module to generate automated CRUDS

How to run it? Two steps:

1- Create the necessary service inside your work area: \ In the root folder please run: \ yarn service

2- Generate your CRUD base on a model: \ You have you run: \ yarn generate\ Then fill the questions with the information, almost all questions have a default response, that you can see next to the question. The first command will create a service inside your packages folder that will be consumed by the controller that will be generated with the generate command.

Notes: \ 1- If the model does not exist in your DB folder, the program will generate a template base model. \ 2- If you do not provide your database table name the program will pluralize the model that you have provided.\ 3- Make sure that the node version that your projects is using is 10.3 or higher.

0.1.12

2 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago