mirror of
https://github.com/Byloth/core.git
synced 2026-01-19 05:43:30 +01:00
🔧 An unopinionated collection of useful functions and classes that I use widely in all my projects.
| .github | ||
| .husky | ||
| src | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| .npmignore | ||
| eslint.config.mjs | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
Core 🔧
An unopinionated collection of useful functions and classes that I use widely in all my projects.
You should do it too! 😉
Features
- 🚀 Built with Vite for optimal performance
- 📦 TypeScript support with full type definitions
- 🌳 Tree-shakeable - import only what you need
- 📝 Comprehensive utility functions for common tasks
- 🔧 Support for both ESM and CommonJS
- ⚡ Zero dependencies
Installation
npm install @byloth/core
License
Apache-2.0 - see LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.