Skip to content

logo_esm logo_ts logo_bun

Basalt Helper

Warning

Basalt is my first small project that I'm publishing. Please be understanding and don't hesitate to give me feedback about your experience: basalt-lab@proton.me or via Discord necrelox.

🏗️ Introduction

Basalt Helper is a utility package with no dependencies (from canary version), designed to be lightweight and performant.

It offers several tools that are meant to be simple to use and efficient. The package will continue to evolve with new features while remaining minimalist and easy to adopt for developers.

❓ Why Basalt Helper?

The choice of Basalt Helper is explained by its lightness, absence of dependencies, and ease of integration.

It has been designed to be fast, efficient, and easy to integrate into any project using Bun.

📦 Package Information

Basalt packages are available in two versions:

  • Stable: Default version, recommended for production (@basalt-lab/basalt-helper)
  • Canary: Latest development version with newest features (@basalt-lab/basalt-helper@canary)

To install a specific version, use the corresponding tags during installation.

Version Unpacked Size Minified Gzipped
NPM Latest version NPM Unpacked Size NPM Package minimized gzipped size
NPM canary version NPM Unpacked Size (Canary) -

⚡ Installation

Integrating Basalt Helper into your project is a breeze.

Package: @basalt-lab/basalt-helper

Follow these steps to add it to your project:

Bun:

bun add @basalt-lab/basalt-helper
Or canary version
bun add @basalt-lab/basalt-helper@canary

bun add @basalt-lab/basalt-helperinstalled @basalt-lab/basalt-helper@[version]

You're ready to start! Happy coding 🚀