An open API service indexing awesome lists of open source software.

https://github.com/tsparticles/cli

tsParticles CLI
https://github.com/tsparticles/cli

cli hacktoberfest javascript tsparticles typescript

Last synced: about 2 months ago
JSON representation

tsParticles CLI

Awesome Lists containing this project

README

        

[![banner](https://particles.js.org/images/banner2.png)](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
```