Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adisreyaj/vscode-swagger-to-nodejs-server
Generate a NodeJS server based on Typescript from your API Swagger files.Get your server to a blazing start with this extension
https://github.com/adisreyaj/vscode-swagger-to-nodejs-server
Last synced: about 1 month ago
JSON representation
Generate a NodeJS server based on Typescript from your API Swagger files.Get your server to a blazing start with this extension
- Host: GitHub
- URL: https://github.com/adisreyaj/vscode-swagger-to-nodejs-server
- Owner: adisreyaj
- Created: 2019-04-05T13:34:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:27:12.000Z (about 2 years ago)
- Last Synced: 2024-10-31T10:43:58.508Z (3 months ago)
- Language: TypeScript
- Size: 769 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Swagger to NodeJS Server
![Swagger to Node](images/logo.png)
Create Typescript based NodeJS Server from your Swagger files. Get started with a single click. Increase your productivity and reduce the effort needed to create a NodeJS API server.
**Note** There are some restrictions for the extension, but it will be able to generate a very good boilerplate code for a NodeJS server based on the Typescript which is now one of the most loved languages.
## Features
The extension aims in automating the repeatitive steps a programmer has to follow when creating a API Backend using NodeJS.
1. Get started with a great boilerplate based on Typescript.
1. Created a highly scalable and maintainable folder structure for your project.**Enjoy!**