2.1.5 • Published 2 years ago

rokio-crud-generator v2.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2.1.5

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.9.9

2 years ago

1.8.9

2 years ago

1.7.9

2 years ago

1.6.9

2 years ago

1.5.9

2 years ago

1.4.9

2 years ago

1.3.9

2 years ago

1.2.9

2 years ago

1.1.9

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago