mostir
v1.0.1
Published
Simplify and standardize esbuild builds with a flexible scaffold tool.
Downloads
31
Readme
mostir
A lightweight CLI to streamline esbuild workflows Simplify and standardize esbuild builds with a flexible scaffold tool.
✨ Features
- 📦 Keep modules clean – run zero-bundle builds with native esbuild
- ⚡ Use glob patterns –
src/**/*.tsworks out of the box - 🔄 Sync instantly – mirror
srctooutdirand remove orphan files - 🧹 Clean fast – wipe your dist directory in one command
- 🔧 Configure easily – manage builds with
mostir.config.mjs - 🛠 Stay flexible – forward any esbuild option, no lock-in
📦 Installation
npm install -D mostir
# or
yarn add -D mostir
# or
pnpm add -D mostir🚀 Quick Start
mostir init
mostir build👉 Please review and adjust the generated mostir.config.mjs before running build, or it may fail.
📖 Documentation
📖 Full documentation → mostir docs
📖完整文件 → mostir 文件(繁中)
📜 License
MIT © SigismundBT
