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

# Overview

## Overview

[Nest CLI](https://github.com/nestjs/nest-cli)는 응용 프로그램을 초기화하고 개발하는 데 도움이 되는 명령줄 인터페이스 도구입니다. 프로젝트 스캐 폴딩부터 체계적인 앱 구축에 이르기까지 한 번에 여러 분야에서 도움이 됩니다. Nest CLI는 [Angular Devkit](https://github.com/angular/devkit) 패키지를 기반으로 합니다.

## Installation

**NPM**을 사용하여 CLI를 설치하십시오.

```bash
$ npm install -g @nestjs/cli
```

## Basic workflow

설치 과정이 끝나면 `nest` 실행 파일을 통해 명령 줄에서 직접 CLI 명령을 호출할 수 있습니다. 사용 가능한 기능 목록을 얻으려면 다음 명령을 사용하십시오.

```bash
$ nest --help
```

## Contribute

[여기](https://github.com/nestjs/nest-cli) 프로젝트에 기여하고 참여할 수 있습니다.
