kirito-lib
v1.1.1
Published
A lightweight library by Kirito bundling essential Node.js backend tools for easy setup.
Maintainers
Readme
kirito-lib
A lightweight package made by Kirito to simplify backend development and speed up installation of common Node.js modules.
✨ About
kirito-lib bundles together essential libraries commonly used in backend development so you can install them all at once, with minimal setup. Perfect for rapid prototyping, small projects, or teaching environments.
📦 What's Included
When you install kirito-lib, you automatically get:
- express – Fast, unopinionated web framework
- mongoose – MongoDB object modeling
- multer – Middleware for handling
multipart/form-data(e.g., file uploads) - cors – Cross-Origin Resource Sharing support
- jsonwebtoken – Secure authentication using JWTs
- dotenv – Loads environment variables from
.env - bcrypt – Hashing and comparing passwords
🚀 Installation
npm install kirito-lib