Kirito Backend Helper Snippets
A collection of backend snippets for quickly setting up a Node.js backend project with kirito-lib dependencies.
Kirito GitHub
Follow Me !...
https://github.com/Kazuto0p/
Installation
You can install the Kirito Backend Helper extension directly from the Visual Studio Code Marketplace.
Go to the Kirito Backend Helper on the Marketplace and click "Install."
Alternatively, you can manually download and install the .vsix file if you have it packaged.
Usage
Available Snippets:
kirito-app : Sets up a basic Express app with mongoose , multer , cors , jwt , dotenv , and bcrypt .
kirito-jwt : JWT authentication middleware.
kirito-user-model : A basic Mongoose User model.
kirito-upload : Set up Multer for file uploads.
kirito-env : Example .env file setup for your backend project.
Example:
In a JavaScript file, type kirito-app and press Tab to generate the basic Express server setup with all the dependencies.
License
This extension is licensed under the MIT License.
| |