github samchon/nestia v1.4.3

latest releases: v3.18.0, v3.17.0, v3.16.0...
16 months ago

Supports only OpenAPI v3.0

# SETUP GLOBALLY
npm install -g @nestia/migrate

# DO MIGRATE
npx @nestia/migrate swagger.json output_directory

@nestia/migrate converts swagger.json file to a NestJS project.

When you run npx @nestia/migrate swagger.json <output> command, @nestia/migrate will analyze your swagger.json file, and generate a NestJS project into the <output> direcory. If you're considering to migrate your backend project to NestJS, @nestia/migrate will be a good starting point.

Also, @nestia/sdk can generate below things from NestJS project. It means that, with @nestia/migrate, you can generate SDK Library or Mockup Simulator from every backend projects. If you don't have plan to migrate to NestJS, but hope to take advantages of it, @nestia/migrate will be a good choice. Languages and frameworks, they're no longer matter in backend development. Let's enjoy the new worls with @nestia/migrate.

What's Changed

Full Changelog: v1.4.2...v1.4.3

Don't miss a new nestia release

NewReleases is sending notifications on new releases.