0.0.5 • Published 5 years ago

makedist v0.0.5

Weekly downloads
14
License
MIT
Repository
github
Last release
5 years ago

makedist

npm version npm downloads Github Actions Codecov

Lightweight file-to-file transpiler

Features

  • Vue SFC support (<script> tag transpilation)
  • Typescript support (via esbuild)
  • Automatic copying of assets

Usage

npx makedist [rootDir] [--src=src] [--dist=dist] [--format=cjs|esm]

Compared to tsc / babel

āœ… Copies all assets (not just TS)

āœ… Supports TypeScript for Vue SFC

āœ… Faster, thanks to esbuild

🚧 (WIP) .d.ts generation

License

MIT

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago