@tiktok-minis/cli
v1.0.8
Published
Command line interface for TikTok minis
Downloads
1,336
Readme
TikTok Minis CLI
TikTok Minis CLI is a command-line interface (CLI) to manage TikTok Minis projects. This tool simplifies the process of creating, managing, checking, and building TikTok Minis applications.
Installation
npm install -g @byted-tiktok/minis-cli
Commands
- minis init
- minis check:local
- minis check:output
- minis build:manifest
- minis debug
Usage
minis init
Initializes a new TikTok Minis project.
This command sets up the necessary project structure for your TikTok Minis. If any error occurs during the initialization process, it will be logged.
ttdx minis check:local
Checks the local project setup for issues.
ttdx minis check:local
This command ensures that the current Minis project follows proper structure and validates the local configuration.
ttdx minis check:output
After building your project, use this command to verify its compiled output and ensure everything is working as expected.
ttdx minis build
Generate the minis manifest and configuration files.
ttdx minis debug
Starts the debug mode for the Mini App.