UNPKG

apisculptify

Version:

Apisculptify is a powerful Node.js tool designed to automate the process of generating RESTful APIs for your TypeORM models. With Apisculptify, you can quickly create a new project, define your TypeORM models, and effortlessly generate CRUD (Create, Read,

13 lines 279 B
{ "entryFile": "src/app.ts", "noImplicitAdditionalProperties": "throw-on-extras", "spec": { "outputDirectory": "src", "specVersion": 3, "schemes": [ "http" ], "host": "localhost:4011", "basePath": "" } }