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 MyZepAppInitialize a new ZEP Script project named <projectName> in a directory of the same name.
# zep-script init [options] <projectName>
npx zep-script init MyZepAppBy default, cli uses Yarn to install dependencies. With this flag, cli forces using npm instead of yarn for initialization.
Use this option to use a custom directory instead of <projectName>.
Use this flag to skip dependencies installation step.
Build project to be ready for archived.
# zep-script build [options]
npx zep-script buildUse this option to sets root directory of project to be built instead of cli's current working directory.
Archive 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 archiveUse this option to sets root directory of project to be archived instead of cli's current working directory.