tiny-essentials
Version:
Collection of small, essential scripts designed to be used across various projects. These simple utilities are crafted for speed, ease of use, and versatility.
6 lines (3 loc) • 549 B
Markdown
# 🚀 Introducing TinyFork CLI: The Smart Extractor for Tiny-Essentials! 🍴✨
If you've ever wanted to use just a single function or class from `tiny-essentials` without bringing the entire library into your bundle, this release is for you! TinyFork is a custom, AST-powered tool that deeply scans our JavaScript modules and extracts *exactly* what you ask for.
It automatically traces and pulls in any required local dependencies, maintains the original `jsDoc` comments, and perfectly mirrors the original folder structure in your project.