
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.
@omp-node/cli
Advanced tools
A CLI tool for open.mp to quickly create and initialize new resources with predefined templates and configurations.
@omp-node/cli is a command-line interface (CLI) tool for quickly creating and managing resources in your omp-node project. It allows you to scaffold new resources and build resources located in the resources folder.
You can install the CLI globally or run it directly using npx.
npx (No Installation Required)To run the CLI tool with npx, you can execute the following commands:
npx @omp-node/cli <command> [options]
Commands:
@omp-node/cli add Create and initialize a new resource for omp-node component
@omp-node/cli build Iterate through all folders in the 'resources' directory and
run 'npm run build' in each
Options:
--version Show version number
--help Show help
To install @omp-node/cli globally, run:
npm install -g @omp-node/cli
Then, you can run it directly:
@omp-node/cli <command> [options]
addCreates a new resource/package in the omp-node project.
Usage:
@omp-node/cli add
This command will prompt you to select a project template and provide configuration options to create a new resource.
buildIterates through all folders in the resources directory and runs npm run build in each one, one by one (not simultaneously). This command is useful for building all resources in the project.
Usage:
@omp-node/cli build
This command will start the build process for each resource in the resources folder, displaying colorful output for each directory processed.
FAQs
A CLI tool for open.mp to quickly create and initialize new resources with predefined templates and configurations.
We found that @omp-node/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.