Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
lowlighter/libs📦 Code bundlers, formatters, minifiers and others tools.
📦 Bundle utilities
🗜️ TypeScript
✨ Features
- Support for passing either a raw TypeScript string or a file URL.
- Support for injecting comment banners (e.g., for licenses).
- Minification is enabled by default.
- Support for advanced minification through Terser.
🎨 CSS
✨ Features
- Support for passing either a raw CSS string or a file URL.
- Support for injecting comment banners (e.g., for licenses).
- Support for minification through CSSO.
- Support for formatting and linting through StyleLint.
- Support form compatibility checking against MDN compatibility data.
🔬 WASM
Launch wasm-pack
for a Rust project, inject generated bindings as a base64 string and minify the JS output!
✨ Features
- Support for injecting comment banners (e.g., for licenses).
📜 License and credits
Copyright (c) Simon Lecoq <@lowlighter>. (MIT License) https://github.com/lowlighter/libs/blob/main/LICENSE
Built and signed on
GitHub Actions
Add Package
deno add jsr:@libs/bundle
Import symbol
import * as bundle from "@libs/bundle";
Import directly with a jsr specifier
import * as bundle from "jsr:@libs/bundle";