
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.
@omp-node/cli
Advanced tools
A CLI tool for open.mp to quickly create and initialize new resources with predefined templates and configurations.
@open.mp/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 <command> [options]
Commands:
omp-node add Create and initialize a new resource for omp-node component
omp-node 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 @open.mp/cli globally, run:
npm install -g @open.mp/cli
Then, you can run it directly:
omp-node <command> [options]
addCreates a new resource/package in the omp-node project.
Usage:
omp-node 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 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.
The npm package @omp-node/cli receives a total of 2 weekly downloads. As such, @omp-node/cli popularity was classified as not popular.
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
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.