Skip to content

kalokaradia/weblet-kit

Repository files navigation

WEBLET-KIT

npm version npm version license bundle size CodeFactor Grade

Tiny tools, big impact.
A minimal JavaScript utility toolkit that gives you the essentials — fast, modular, and zero-dependency.


🌟 Why Weblet-Kit?

Feature Description
⚙️ Zero Dependencies No external packages. Pure and fast.
📦 Modular Utilities Import only what you need.
Optimized ESM Build Lightning-fast and tree-shakable.
🧑‍💻 Developer-Friendly API Clean naming, intuitive methods.
🛠️ Validators + Helpers Ready-to-use functions for any project.
🧩 Extendable Design Add your own modules easily.
📚 Well-Documented Clear examples and explanations.

🚀 Quick Start

Install

npm install weblet-kit

or load from CDN:

import webletKit, {
	utils,
	validators,
} from "https://unpkg.com/weblet-kit@2.2.0/dist/weblet-kit.min.js";

⚡ Example

import { validators, utils } from "weblet-kit";

console.log(validators.isEmail("test@example.com")); // true

const debounced = utils.debounce(() => console.log("Ping!"), 300);
debounced();

💡 Contributing

We love contributions! See the Contributing Guide for setup and workflow.

Open issues or PRs on the 👉 GitHub Issues page


⚖️ License

Released under the MIT License.


Made with ❤️ by Kaloka Radia Nanda
Weblet-Kit — Tiny tools, big impact..

About

Weblet-Kit is a lightweight JavaScript utility toolkit providing handy validators and everyday helpers.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors