1.0.5 • Published 3 years ago

api-template-generator v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years 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

3 years ago

1.0.45

3 years ago

1.0.44

3 years ago

1.0.43

3 years ago

1.0.42

3 years ago

1.0.41

3 years ago

1.0.4

3 years ago

1.0.35

3 years ago

1.0.34

3 years ago

1.0.33

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.3

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago