# ncc - Node.js 프로젝트를 1개 파일로 컴파일

> Clean Markdown view of GeekNews topic #4740. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4740](https://news.hada.io/topic?id=4740)
- GeekNews Markdown: [https://news.hada.io/topic/4740.md](https://news.hada.io/topic/4740.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-08-02T09:23:01+09:00
- Updated: 2021-08-02T09:23:01+09:00
- Original source: [github.com](https://github.com/vercel/ncc)
- Points: 11
- Comments: 0

## Topic Body

- Next.js 개발팀의 프로젝트

- gcc 스타일로 모든 디펜던시를 묶어서 Node.js 모듈을 한개의 파일로 만들어 주는 CLI

- 만든 동기

ㅤ→ 최소한의 패키지만 npm에 퍼블리시

ㅤ→ 관련된 앱코드만 서버리스 환경에 배포

ㅤ→ 더 빠른 시작 시간과 적은 I/O 오버헤드

ㅤ→ go 같은 컴파일 언어와 같은 경험 제공

- 디자인 목표

ㅤ→ Zero Configuration

ㅤ→ TypeScript 지원 내장

ㅤ→ Node.js 프로그램만 input/output 으로 지원

ㅤ→ 모든 Node.js 패턴과 npm 모듈 지원

## Comments



_No public comments on this page._
