0.0.5 ā€¢ Published 3 years ago

makedist v0.0.5

Weekly downloads
14
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago