CLIvate

Flexible Node.js CLI Tooling

Get Started →

TypeScript First

Built from the ground up with TypeScript projects in mind.

Flexible

Import existing commands, build your own project commands, or build your own CLI tool.

Extendable

Use Plugins and hooks to add project CLI features, or add functionality to your custom commands.

# Easy to get started.


# Install
yarn global add clivate

# Initialize your project with prompts
clivate init

# Build your commands
yarn build:commands

# Run them
yarn clivate