10.10.11 • Published 3 years ago

rokio-crud-precode v10.10.11

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

rokio CLI

Welcome to rokio CLI.

Preparation

Created JSON template with domain name in jsons/templates/ in that format bellow:

Ex: jsons/templates/customer.json

    {
        "id":{
            "type": "number"
        }
        "name": {
            "type": "string",
            "example": "José"
        },
        "age": {
            "type": "number",
            "example": 77
        },
        "check": {
            "type": "boolean",
            "example": true
        }
    }

Type for entities Example for documentation Swagger

Commands

$ npx rokio generator-crud || gc domain
ex: $npx rokio gc Order
$ npx rokio generator-route || gr domain
ex: $npx rokio gr Order

License

MIT - see LICENSE

10.10.11

3 years ago

2.2.3

3 years ago

10.10.10

3 years ago

3.0.0

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.11

3 years ago

2.1.10

3 years ago

2.1.9

3 years ago

2.1.8

3 years ago

2.1.7

3 years ago

2.1.6

3 years ago

2.1.5

3 years ago

2.1.4

3 years ago

0.0.2

3 years ago