Skip to content

Latest commit

Β 

History

History
31 lines (19 loc) Β· 1.32 KB

README.md

File metadata and controls

31 lines (19 loc) Β· 1.32 KB

Hero

Tree-shakeable JavaScript utilities, add yours today! πŸ§‘β€πŸ’»

Hello πŸ‘‹,

Releases CI

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

Alt