https://github.com/mattpilott/kitto
🎒 Kitto, a collection of utilities, helpers and tools for your projects
https://github.com/mattpilott/kitto
javascript library lightningcss svelte vite
Last synced: 4 months ago
JSON representation
🎒 Kitto, a collection of utilities, helpers and tools for your projects
- Host: GitHub
- URL: https://github.com/mattpilott/kitto
- Owner: mattpilott
- License: mit
- Created: 2024-08-25T16:05:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T00:14:58.000Z (about 1 year ago)
- Last Synced: 2025-02-06T04:47:25.241Z (about 1 year ago)
- Topics: javascript, library, lightningcss, svelte, vite
- Language: JavaScript
- Homepage: https://mattpilott.github.io/kitto/
- Size: 914 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

🎒 Kitto, a collection of utilities, helpers and tools for your projects.
(Japanese ã‚ット for Kit)
## Hello 👋,
The purpose of this repo is to create a single point of access for all those little helpers, tools and utilities that you have on all your projects.
### Structure
The structure is super simple, there is a main import at the root of lib that pulls in the namespaces, those in turn have their own indice which import the modules themselves.
Each module is a single exported function or micro api, please continue this way as it makes things easy to reason about and keeps individual modules small.
The aim with this approach is to have small files that do one thing well.
#### Open to contributions, ideas and feedback, oh plus bugs of course 🤓
[Documentation available here](https://mattpilott.github.io/kitto/)