0.1.14 • Published 1 year ago

@vulkano/cli v0.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Proposal:

npm install -g @vulkano/cli

Creating a controller

vulkano create controller
-> Enter the controller name: User

Creating a model

vulkano create model
-> Enter the model name: User

Saving a new record

vulkano save record
-> Select the model: User
-> Enter the "firstName": Jhon
-> Enter the "lastName": Doe
-> Enter the "email": jhon@doe.com
Do you want to save the record to the model "User"?  (Y/N)

Find records

vulkano find record
-> Select the model: User
-> Filter by: "email: jhon@doe.com"

Update record

vulkano update record
-> Select the model: User
-> Condition: "_id: ID"
-> Enter the field "firstName": "prepopulated"
-> Enter the field "lasttName": "prepopulated"
Do you want to update the record to the model "User"?  (Y/N)
0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago