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-appyarn global add create-zap-apppnpm add -g create-zap-appbun add -g create-zap-appUsage
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