| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A powerful CLI tool to create projects with advanced, scalable structures. Supports multiple templates including Next.js web applications and various npm package configurations.
npm install -g create-srcOr use directly with npx:
npx create-srcRun the CLI and follow the prompts:
create-src <template> <project-name>You will be prompted for:
Full-stack web apps, React websites with:
✅ Production-ready, scalable, modern tooling
⚠️ Larger bundle, requires React knowledge
Overall, good for small-medium size packages with:
✅ Lightweight, quick setup, fast builds, CommonJS and ESM support
⚠️ Limited configuration, basic tooling
Perfect for simple cli packages with:
✅ Reliable builds, standard tooling
⚠️ Slower builds, no optimization, module support limited
Modern packages, multiple output formats. Perfect for web libraries with:
✅ Fast builds, modern bundling, excellent DX
⚠️ Complex config, larger output
| Back | FazBrowse Home | New Git URL |