@farmfe/cli
Version:
CLI of Farm
28 lines (18 loc) • 363 B
Markdown
# @farmfe/cli
`@farmfe/cli` provides CLI support for Farm, which is extremely rust based web build tool. Visit the [Farm GitHub repository](https://github.com/farm-fe/farm) for more information.
## Getting Started
```sh
pnpm add @farmfe/cli -D
```
start your farm project:
```sh
farm start
```
build:
```sh
farm build
```
preview:
```sh
farm preview
```