1.0.5 • Published 1 year ago

api-template-generator v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Template API

install: npm i api-template-generator command: npx api-template-generator generate ../<filename>

example:

npx api-template-generator generate ../template-api.json

template file: template-api.json

{
  "apiName": "marketplace",
  "models": [
    {
      "name": "Product",
      "properties": {
        "nome": {
          "type": "String",
          "required": true
        },
        "price": {
          "type": "Number"
        }
      }
    },
    {
      "name": "Client",
      "properties": {
        "nome": {
          "type": "String",
          "required": true
        },
        "email": {
          "type": "String"
        }
      }
    }
  ]
}
1.0.5

1 year ago

1.0.45

1 year ago

1.0.44

1 year ago

1.0.43

1 year ago

1.0.42

1 year ago

1.0.41

1 year ago

1.0.4

1 year ago

1.0.35

1 year ago

1.0.34

1 year ago

1.0.33

1 year ago

1.0.32

1 year ago

1.0.31

1 year ago

1.0.3

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago