CLI
Overview
Understand how the CLI tools in Zap.ts enhance your development workflow.
Overview
Zap.ts includes a CLI tool that helps you manage your project with simple, powerful commands. The CLI is available via the create-zap-app
npm package, which provides the aliases zap
and create-zap-app
.
When installed as a dev dependency, you can also run it using npm run zap
.
Installation
We recommend you to install the CLI globally for easier access, but you can also use it locally within your project.
npm install -g create-zap-app
yarn global add create-zap-app
pnpm add -g create-zap-app
bun add -g create-zap-app
Usage
Whether you're starting a new project or maintaining an existing one, these tools are designed to enhance your workflow and improve your development experience.
Last updated on