A TypeScript utilities library for internal use, but you can use it as well if you want.
Visit the Documentation Site for detailed information on how to use this library.
To run the documentation locally:
# Install dependencies
bun install
# Run documentation dev server
bun run docs:devTo build the documentation for production:
bun run docs:buildThe built documentation will be located in docs/.vitepress/dist.
This repository is configured with a GitHub Actions workflow that automatically deploys the documentation to GitHub Pages whenever changes are pushed to the main branch.
To enable GitHub Pages:
- Go to the repository settings
- Navigate to "Pages" in the sidebar
- Under "Source", select "GitHub Actions"
- The documentation will now be automatically deployed on each push to
main
You can also check the API Docs for detailed API reference.