@raven-js/fledge
Version:
From nestling to flight-ready - Build & bundle tool for modern JavaScript apps
19 lines (16 loc) • 557 B
JavaScript
/**
* @author Anonyfox <max@anonyfox.com>
* @license MIT
* @see {@link https://ravenjs.dev}
* @see {@link https://github.com/Anonyfox/ravenjs}
* @see {@link https://anonyfox.com}
*/
/**
* @file Fledge - Build & bundle tool for modern JavaScript applications.
*
* From nestling to flight-ready. Transforms source code into deployable artifacts
* across three hunting modes: standalone binary, script blob, and static folder.
*/
export * from "./src/binary/index.js";
export * from "./src/script/index.js";
export * from "./src/static/index.js";