> For the complete documentation index, see [llms.txt](https://traveloka.gitbook.io/soya-next/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://traveloka.gitbook.io/soya-next/packages/soya-next-cli.md).

# soya-next-cli

[![NPM Version](https://img.shields.io/npm/v/soya-next-cli.svg?style=flat-square)](https://www.npmjs.com/package/soya-next-cli)

> A CLI to help bootstrap Soya Next projects quickly.

## Installation

Install it once globally:

```bash
npm install -g soya-next-cli
```

## Usage

To use it, run the following:

```bash
soya-next-cli <project-directory>
```

> Note: replace \ with your new project name or path to it.

Then, follow the instructions. It should be something like the following:

```bash
cd <project-directory>
npm start
```

That's it! Open <http://localhost:3000> in your browser.
