Project Started
Β· One min read
It's my pleasure to announce the release of mostir v1.0.0 π
What started as a small helper around esbuild to streamline my own workflow has now grown into a standalone developer tool. With mostir, you can:
- π¦ Keep modules clean β 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
This tool has already helped me in my daily work, and I hope it can help you too.
π Check out the docs to get started, or install directly with:
pnpm add mostir -D
Thanks for trying it out β feedback and contributions are always welcome!
