
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@dbbs/cli is a command-line tool inspired by the NestJS CLI. It is designed to facilitate the rapid setup of a Turborepo monorepo and the integration of pre-built business solutions, including applications and packages for various programming languages. The CLI automates the initial project structure, ensuring best practices and consistency across all applications.
This tool fetches ready-made solutions from the DBBS Solutions repository and integrates them into the generated project.
@dbbs/cli into your application globally using yarn.yarn global add @dbbs/cli
Once installed, you can run the CLI commands to initialize a new monorepo project:
dbbs-cli init <projectName>
Creates a new Turborepo monorepo in the specified directory.
Fetches pre-built configurations and tools from DBBS Solutions, including:
Sets up essential files like:
Configures Husky for Git hooks (pre-commit checks).
Creates a package.json with workspace configuration and standard scripts.
| Parameter Name | Type | Default Value | Description |
|---|---|---|---|
| projectName | string | none | The name of the new project to be initialized. This will be used for directory creation and project configuration. |
When initialized, the monorepo will follow this structure:
📂 <app-name>/
│── 📄 package.json
│── 📄 tsconfig.json
│── 📄 .gitignore
│── 📄 .prettierrc.json
│── 📄 .yarnrc.yml
│── 📄 Makefile
│── 📂 .vscode/
│ ├── 📄 settings.json
│── 📂 .husky/
│ ├── 📄 pre-commit
│── 📂 typescript/
│ ├── 📂 apps/
│ ├── 📂 packages/
│ ├── 📂 eslint-config/
│ │ ├── 📄 package.json
│ │ ├── 📄 README.md
│ │ ├── 📄 node.js
│ │ ├── 📄 react.js
│ │ ├── 📄 react-native.js
│ ├── 📂 tsconfig/
│ ├── 📄 package.json
│ ├── 📄 README.md
│ ├── 📄 base.json
│ ├── 📄 react-spa.json
│ ├── 📄 react-native.json
dbbs-cli init <app-name>The DBBS Pre-Built Solutions is open-source software licensed under the MIT License.
yargs - Used for parsing CLI arguments.path - Used for working with file and directory paths.FAQs
DBBs CLI for code generation
The npm package @dbbs/cli receives a total of 2 weekly downloads. As such, @dbbs/cli popularity was classified as not popular.
We found that @dbbs/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.