2.2.0 • Published 8 months ago
@openapi-typescript-infra/create v2.2.0
@openapi-typescript-infra/create
A plop-based project generator and maintenance tool for services. Builds tests and other infra to get up and running quickly. The generally expected conventions for project naming are:
- something-api - a service meant to be hit by the outside world that primarily hosts an OpenAPI endpoint (can have unspec'ed routes as well)
- something-serv - a service meant to be HIDDEN from the outside world but hit from other services (-web, -api, other -servs and admin tools) that hosts an OpenAPI endpoint (can have unspec'ed routes as well)
- something-web - a service meant to host a React app via Next (this is not wired up to the generator yet)
mkdir my-cool-api
cd my-cool-api
yarn create @openapi-typescript-infra
After that you can run yarn build
to vet things, then yarn test
. Then you should get to work on your API spec, which you can find in the api
directory of your newly created project.
2.2.0
8 months ago
2.1.6
1 year ago
1.4.4
2 years ago
1.4.3
2 years ago
1.4.2
2 years ago
1.4.1
2 years ago
1.4.0
2 years ago
2.1.2
2 years ago
2.0.3
2 years ago
2.1.1
2 years ago
2.0.2
2 years ago
2.1.4
2 years ago
2.0.5
2 years ago
2.1.3
2 years ago
2.0.4
2 years ago
2.1.5
2 years ago
2.1.0
2 years ago
2.0.1
2 years ago
2.0.0
2 years ago
1.3.0
2 years ago
1.2.1
2 years ago
1.2.0
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago