2.1.6 • Published 11 days ago

@openapi-typescript-infra/create v2.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
11 days ago

@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.1.6

11 days ago

1.4.4

8 months ago

1.4.3

8 months ago

1.4.2

8 months ago

1.4.1

8 months ago

1.4.0

10 months ago

2.1.2

7 months ago

2.0.3

8 months ago

2.1.1

7 months ago

2.0.2

8 months ago

2.1.4

7 months ago

2.0.5

7 months ago

2.1.3

7 months ago

2.0.4

7 months ago

2.1.5

6 months ago

2.1.0

7 months ago

2.0.1

8 months ago

2.0.0

8 months ago

1.3.0

12 months ago

1.2.1

12 months ago

1.2.0

12 months ago

1.1.2

12 months ago

1.1.1

12 months ago