arrow
v2.4.0open source

Build faster with
arrow CLI

A composable command-line toolkit for modern development workflows. Scaffold, test, build, and deploy from a single, predictable interface.

arrow
$ arrow init my-project
Creating project scaffold...
Done in 0.8s
$ arrow build
Building production bundle...
Build succeeded in 2.4s
$ |

What arrow does

Everything you need to go from zero to production without leaving the terminal.

Project scaffolding

Generate new projects from official and community templates in seconds.

Git integration

Built-in hooks, conventional commits, and release automation out of the box.

Type-safe configs

Schema-validated configuration with helpful error messages and autocomplete.

Watch mode

Fast incremental rebuilds with intelligent caching and file watching.

Plugin system

Extend arrow with plugins. Install, configure, and compose capabilities.

Cross-platform

Works on macOS, Linux, and Windows with consistent behavior everywhere.

Install in seconds

Get arrow on your machine with one command.

bash
curl -fsSL https://arrow.dev/install | sh
bash
npm install -g @arrow/cli

Ready to build?

Start with the introduction or jump straight into your first project.