New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@zep.us/zep-script-cli

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zep.us/zep-script-cli

Command Line Interface for ZEP Script

latest
npmnpm
Version
0.16.2
Version published
Maintainers
1
Created
Source

ZEP Script CLI

Command line interface for ZEP Script.

This package is bundled with zep-script package, so you generally won't install this package directly.

Usage

Run script via npx

npx zep-script init MyZepApp

Commands

  • init
  • build
  • archive

init

Initialize a new ZEP Script project named <projectName> in a directory of the same name.

Usage

# zep-script init [options] <projectName>
npx zep-script init MyZepApp

Options

--npm

By 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-install

Use this flag to skip dependencies installation step.

build

Build project to be ready for archived.

Usage

# zep-script build [options]
npx zep-script build

Options

--projectRoot <string>

Use this option to sets root directory of project to be built instead of cli's current working directory.

archive

Archive ZEP Script project to be ready for uploading. Project must have been built first before executing this command.

Usage

# zep-script build [options]
npx zep-script archive

Options

--projectRoot <string>

Use this option to sets root directory of project to be archived instead of cli's current working directory.

FAQs

Package last updated on 25 Jun 2025

Did you know?

Socket

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.

Install

Related posts