custom-belt-lib
v0.0.12
Published
[](https://github.com/jeffholst/custom-belt/blob/main/LICENSE.md) [](https://github.com/jeffholst/custom-belt/pulls
Readme
custom-belt-lib
custom-belt-lib is part of the Custom Belt Turborepo. It is a JavaScript library containing all the core functionality of Custom Belt and is meant to be imported by other UI packages such as vue-custom-belt.
🐞 Report Bugs and 🚀 Feature Requests
💻 NPM Commands
| Command | Action |
| :------------------- | :------------------------ |
| npm install | Installs all dependencies |
| npm run build | Rebuilds project |
| npm run build:docs | Rebuild TypeDocs |
| npm run lint | Run lint for project |
| npm run test | Run all test cases |
💬 Tips
- running
npm run build:docswill generate the TypeDocs for this package and use gulp to replace the files at ../../apps/docs/docs/typedoc for inclusion with the VitePress site.
