# Fastsc
<p align="center">
  <a href="https://www.npmjs.com/package/fastsc">
    <img src="https://badgen.net/npm/v/fastsc" alt="Version">
  </a>
  <a href="https://github.com/loyep/fastsc" target="_blank">
    <img src="https://github.com/loyep/fastsc/workflows/CI/badge.svg" alt="build status"  />
  </a>
  <a href="https://github.com/loyep/fastsc/pulls">
    <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" />
  </a>
  <a href="/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license" /></a>
</p>



## Install

Install it locally in your project folder:

```
npm i fastsc -D
# Or Yarn
yarn add fastsc --dev
# Or Pnpm
pnpm add fastsc -D
```

## Usage

```
fastsc build
```

## Fastsc Vs Tsc

### Fastsc
```
$ pnpm fastsc build
info - Clean output directories
info - Bundless for src directory to cjs format
event - Generate declaration file...
event - Transformed successfully in 176 ms (2 files)
✨  Done in 1.27s.
```

#### Tsc
```
$ pnpm tsc
✨  Done in 2.59s.
```
