
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
needjs-cli
Advanced tools
To install the needjs-cli globally, run:
npm i -g needjs-cli
Create a new project with a specific architecture and style.
needjs-cli struct mvc
Creates MVC structure with default SSR style.
needjs-cli struct mvc --style ssr
MVC with Server-Side Rendering.
needjs-cli struct mvc --style rest
MVC with REST API style.
needjs-cli struct mvc --style graphql
MVC with GraphQL style.
needjs-cli struct mvp
Creates MVP structure with default SSR style.
needjs-cli struct mvp --style ssr
MVP with Server-Side Rendering.
needjs-cli struct mvp --style rest
MVP with REST API style.
needjs-cli struct mvp --style graphql
MVP with GraphQL style.
Configure security middleware at the entry point of your application.
needjs-cli security
Applies security settings to the default entry point (
index.js).
needjs-cli security app.js
Applies security settings to a custom entry point (
app.js).
Set up Sequelize ORM or MongoDB with your chosen database engine.
needjs-cli db sequelize mysql
Setup with MySQL.
needjs-cli db sequelize postgres
Setup with PostgreSQL.
needjs-cli db sequelize mariadb
Setup with MariaDB.
needjs-cli db sequelize sqlite
Setup with SQLite.
needjs-cli db sequelize mssql
Setup with Microsoft SQL Server.
needjs-cli db sequelize oracle
Setup with Oracle DB.
needjs-cli db mongodb
Setup with MongoDB (without an ORM).
needjs-cli auth jwt
Setup auth routes and controller.
needjs-cli middleware auth jwt
needjs-cli middleware auth basic
needjs-cli middleware role dbColumn:expectedValue
Setup middleware isAuth to check users authentication. Setup middleware roles authorization.
Created by Hamza Ichaoui
📧 Email: me677499@gmail.com
🔗 LinkedIn: https://www.linkedin.com/in/hamza-ichaoui/
FAQs
needjs library serve to build various structure and implement famous concept
We found that needjs-cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.