Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
generator-nestjs-app
Advanced tools
A yeoman generator for nestjs apps.
This generator helps you create a NestJS app with ease. It also comes with support for the following
NestJS app options available
Install dependencies
$ npm install -g yo
$ npm install -g generator-nestjs-app
The to create an app, run
$ yo nestjs-app
For other components run
$ yo nestjs-app:[COMPONENT] [NAME]
For example
$ yo nestjs-app:middleware app-auth
$ yo nestjs-app:decorator roles
yo nestjs-app
(For creating a NestJS app)--skip-install
- Skips installation of dependencies when bootstrappping an app
--npm
- Install dependencies with npm
--yarn
- Install dependencies with yarn
yo nestjs-app:[COMPONENT] [NAME]
(For creating components)[COMPONENT]
- The type of the component to be created
[NAME]
- The name of the component to be created
yo nestjs-app:module [NAME]
(For creating a nestjs module)[NAME]
- The name of the module to be created (required)
ARGUMENTS
--mongoose-module
--sequelize-module
--sql-typeorm
--mongo-typeorm
--graphql-module
By Angular File Naming Convention, names for components should be in kebab case. For example
yo nestjs-app:decorator app-user-routes
This creates a decorator with filename app-user-routes.decorator.ts
decorator name AppUserRoutesDecorator
Contributions and filing of issues are gladly welcome. Before contributing, be sure to read the CONTRIBUTING GUIDE
For making pull requests, you can use the PR template
For submitting, you can use the ISSUES template
FAQs
A yeoman generator for nestjs apps
The npm package generator-nestjs-app receives a total of 2 weekly downloads. As such, generator-nestjs-app popularity was classified as not popular.
We found that generator-nestjs-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.