Skip to content

loyep/fastsc

Repository files navigation

Fastsc

Version build status PRs Welcome GitHub license

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.

About

✨The fastest way to bundle your TypeScript libraries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published