Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 7, 2022
1 parent 6ba0653 commit b5119e5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions core/README.md
Expand Up @@ -2,19 +2,13 @@
===

[![npm version](https://img.shields.io/npm/v/@kkt/ncc.svg)](https://www.npmjs.com/package/@kkt/ncc)
[![Downloads](https://img.shields.io/npm/dm/@kkt/ncc.svg?style=flat)](https://www.npmjs.com/package/@kkt/ncc)
[![CI](https://github.com/kktjs/ncc/actions/workflows/ci.yml/badge.svg)](https://github.com/kktjs/ncc/actions/workflows/ci.yml)

Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style. A tool created based on [`kkt`](https://github.com/kktjs/kkt) & [`create-react-app`](https://github.com/facebook/create-react-app), [`@kkt/ncc`](https://www.npmjs.com/package/@kkt/ncc) similar to [@vercel/ncc](https://www.npmjs.com/package/@vercel/ncc)

## Usage

## Quick Start

```bash
$ npx create-kkt my-app -e bundle-node
cd my-app
npm install
```

### Installation

```bash
Expand Down

0 comments on commit b5119e5

Please sign in to comment.