custom-belt-lib
v0.0.12
Published
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jeffholst/custom-belt/blob/main/LICENSE.md) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/jeffholst/custom-belt/pulls
Downloads
2
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:docs
will generate the TypeDocs for this package and use gulp to replace the files at ../../apps/docs/docs/typedoc for inclusion with the VitePress site.