All Projects → erento → nestjs-modules

erento / nestjs-modules

Licence: other
NestJS modules

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to nestjs-modules

nt-casbin
nest.js with casbin auth Nest.js RBAC ABAC 权限管理
Stars: ✭ 27 (+3.85%)
Mutual labels:  nestjs
streamkit
My streaming overlay platform for YouTube https://bit.ly/3AvaoFz and Twitch https://bit.ly/37xUPAM
Stars: ✭ 15 (-42.31%)
Mutual labels:  nestjs
angular-chat
Angular v.9, Node.js, Nest.js v.6, Mongoose, Socket.io, Passport, Angular Universal SSR (in progress...)
Stars: ✭ 35 (+34.62%)
Mutual labels:  nestjs
ogma
A monorepo for the ogma logger and related packages
Stars: ✭ 201 (+673.08%)
Mutual labels:  nestjs
nestjs-session
Idiomatic Session Module for NestJS. Built on top of `express-session` 😎
Stars: ✭ 150 (+476.92%)
Mutual labels:  nestjs
nest-neo4j
A NestJS module for integrating with Neo4j
Stars: ✭ 54 (+107.69%)
Mutual labels:  nestjs
nestjs-cls
A continuation-local storage (async context) module compatible with NestJS's dependency injection.
Stars: ✭ 110 (+323.08%)
Mutual labels:  nestjs
car-assembly
基于Vue3.0+WebGL+Nestjs搭建的汽车组装演示系统
Stars: ✭ 44 (+69.23%)
Mutual labels:  nestjs
discord-nestjs
👾 NestJS package for discord.js
Stars: ✭ 173 (+565.38%)
Mutual labels:  nestjs
nest-crawler
An easiest crawling and scraping module for NestJS
Stars: ✭ 45 (+73.08%)
Mutual labels:  nestjs
cookbook
VueJS + NodeJS Evergreen Cookbook
Stars: ✭ 440 (+1592.31%)
Mutual labels:  nestjs
typegraphql-nestjs
TypeGraphQL integration with NestJS
Stars: ✭ 117 (+350%)
Mutual labels:  nestjs
chanyeong
👨‍💻 chanyeong's portfolio and blog webpage
Stars: ✭ 39 (+50%)
Mutual labels:  nestjs
nestjs-starter
🚀 Nest framework starter
Stars: ✭ 30 (+15.38%)
Mutual labels:  nestjs
Phantom
A mimic website of Pinterest where one can share ideas , socialize and find inspirational ideas
Stars: ✭ 18 (-30.77%)
Mutual labels:  nestjs
in-memory-db
Simple In-Memory DB Service for NestJS projects
Stars: ✭ 55 (+111.54%)
Mutual labels:  nestjs
TraderCore
Core module for the StockML crypto trading application.
Stars: ✭ 41 (+57.69%)
Mutual labels:  nestjs
nest-react
Simple NestJS + React boilerplate using the Yarn workspaces - Full on TS!
Stars: ✭ 40 (+53.85%)
Mutual labels:  nestjs
angular-nestjs-rendering
Angular 5+ server side rendering using NestJS ⭐ 🔥 💥
Stars: ✭ 104 (+300%)
Mutual labels:  nestjs
nest-mailman
📮 The mailer package for your NestJS Applications.
Stars: ✭ 161 (+519.23%)
Mutual labels:  nestjs

NestJS modules

List of modules and its current responsibilities

Each module is self published under @erento scope.

Development

To avoid publishing unfinished and untested package please follow this approach:

  • Go to specific module you want to work with
  • Run npm run build
  • Run npm pack
  • Go to you project where you want to use this module and install it in the following way: npm i ../PATH_TO_THE_MODULE/MODULE_NAME-X.X.X.tgz

Publishing

  • Make sure you:
    • you tested a changes
    • raised a version accordingly to the SEMVER specification in package.json and run npm i to change it in the lock file as well
    • updated main README.md, if needed
  • Always run npm run build before.
  • As a last step, run: npm publish
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].