
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.
@zep.us/zep-script-cli
Advanced tools
Command line interface for ZEP Script.
This package is bundled with zep-script package, so you generally won't install this package directly.
Run script via npx
npx zep-script init MyZepApp
initInitialize a new ZEP Script project named <projectName> in a directory of the same name.
# zep-script init [options] <projectName>
npx zep-script init MyZepApp
--npmBy default, cli uses Yarn to install dependencies. With this flag, cli forces using npm instead of yarn for initialization.
--directory <string>Use this option to use a custom directory instead of <projectName>.
--skip-installUse this flag to skip dependencies installation step.
buildBuild project to be ready for archived.
# zep-script build [options]
npx zep-script build
--projectRoot <string>Use this option to sets root directory of project to be built instead of cli's current working directory.
archiveArchive ZEP Script project to be ready for uploading. Project must have been built first before executing this command.
# zep-script build [options]
npx zep-script archive
--projectRoot <string>Use this option to sets root directory of project to be archived instead of cli's current working directory.
FAQs
Command Line Interface for ZEP Script
We found that @zep.us/zep-script-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
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.