kitto
v1.0.0-beta.12
Published
A unique blend of tree-shakeable items for any web expedition
Downloads
224
Readme
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.