vega-dx
v1.0.13
Published
Typescript library built with Tsup with fully automated releasing. Powered by [esbuild](https://github.com/evanw/esbuild)
Downloads
15
Readme
vega-dx
Typescript library built with Tsup with fully automated releasing. Powered by esbuild
Getting Started
Modern typescript libraries made easy. Following commands
⚙️ Install
To install repo from source you need pnpm or npm.
pnpm install
🔗 Symlink
Consider cross-file system links for local development to avoid unnecessary library packaging.
pnpm link <dir>
pnpm link --global <package>
pnpm unlink <dir>
pnpm unlink --global <package>
📖 Build
pnpm run build
This will output dist folder.
📚 Documentation
pnpm dlx typedoc
This will output docs for this project.