https://github.com/tsparticles/cli
tsParticles CLI
https://github.com/tsparticles/cli
cli hacktoberfest javascript tsparticles typescript
Last synced: 9 months ago
JSON representation
tsParticles CLI
- Host: GitHub
- URL: https://github.com/tsparticles/cli
- Owner: tsparticles
- License: mit
- Created: 2023-04-14T09:53:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T08:05:45.000Z (9 months ago)
- Last Synced: 2025-04-28T09:33:34.733Z (9 months ago)
- Topics: cli, hacktoberfest, javascript, tsparticles, typescript
- Language: TypeScript
- Homepage:
- Size: 749 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://particles.js.org)
# tsParticles CLI
## Installation
### NPM
```bash
npm install -g @particlesjs/cli
```
### Yarn
```bash
yarn global add @particlesjs/cli
```
### PNPM
```bash
pnpm global add @particlesjs/cli
```
## Usage
### Help
```bash
npx @particlesjs/cli --help
```
or
```bash
tsparticles-cli --help
```
### Build
```bash
npx @particlesjs/cli build
```
or
```bash
tsparticles-cli build
```
### Create
#### Preset
```bash
npx @particlesjs/cli create preset
```
or
```bash
tsparticles-cli create preset
```