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

@tiktok-minis/cli

Package Overview
Dependencies
Maintainers
0
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiktok-minis/cli

Command line interface for TikTok minis

latest
npmnpm
Version
1.2.0
Version published
Weekly downloads
12
-61.29%
Maintainers
0
Weekly downloads
 
Created
Source

TikTok Minis CLI

TikTok Minis CLI is a command line tool for managing TikTok Minis projects, providing a complete set of commands for users to easily initialize, check build, debug, and update projects.

install

Please make sure you have installed Node.js and npm. Then, you can globally install TikTok Minis CLI with the following command:

npm install -g @tiktok-minis/cli@latest

Mini Apps

Initialize Mini App

Note: Before using ttdx minis init, you need to already have a frontend project locally. minis init is used to initialize Minis-related content based on an existing frontend project.

Initialize a new TikTok Minis project with the following command, Including the following steps:

  • Create minis.config.json
  • Reference and initialize Minis JSSDDK in index.html
ttdx minis init

Build Mini App

Use the following command to rebuild your Minis:

ttdx minis build:after

Debug Mini App

Use the following command to start debug mode, providing debugging support for Mini applications:

ttdx minis debug

Help

If you need to view detailed help information for a certain command, you can use the --help option, for example:

ttdx minis --help

Mini Games

Initialize Mini Game

Note: Before using ttdx minigame init, you need cd your minigame dist directory. Initialize a new TikTok Minis project with the following command, Including the following steps:

  • Create minigame.config.json
  • Reference and initialize Minis JSSDDK in index.html
ttdx minigame init

Debug Mini Game

Use the following command to start debug mode, providing debugging support for Mini games:

ttdx minigame debug

Check Mini Game

Use the following command to check your minigame build:

ttdx minigame check

Keywords

TikTok

FAQs

Package last updated on 23 Jul 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