packsmith
v1.0.0
Published
A minimal library for building packages.
Downloads
24
Maintainers
Readme
📦 PackSmith
Build once. Reuse everywhere.
version: 1.0.0
A minimal library for production-ready JS/TS packages.
PackSmith removes setup friction with a clean, framework-agnostic structure. Preconfigured with TypeScript, ESLint, Vitest, Tsup, and built-in utilities — so you can start building instantly. Perfect for open-source tools, internal SDKs, or cross-platform logic modules.
🚀 Quick Start
Create a new package in seconds :
npx create-packsmith <project-name>That’s it — your project is ready to build, test, and publish.
📚 Documentation
Explore the full documentation for more details → PackSmith Docs
🙌 Contribute
Want to help improve PackSmith? You're awesome — here’s how to get started:
Fork & clone the repo
git clone https://github.com/Gazi2050/PackSmith.git cd PackSmithInstall dependencies
npm installCreate a new feature branch
git checkout -b feature/my-featureMake changes, then commit & push
git add . git commit -m "feat: add my feature" git push origin feature/my-featureOpen a pull request on GitHub
💚 Thanks for contributing! Every idea, fix, and feature makes this project better.
