A modern CLI Tool to bootstrap scalable web applications without hassling with JavaScript. It provides pre-configured developer tooling with no bloat, flexible for easy one step deployments.
- Only the necessary pre-configuration (full-control).
- Auto JavaScript Bundling (Bring any npm library).
- Very Fast Live Reload (server & browser).
make devfor dev andmakefor prod (one-click).- Extra options like tailwind, vanilla css, HTMX.
go install github.com/nilotpaul/gospur@latestor without installation
go run github.com/nilotpaul/gospur@latest init [project-name]or download prebuilt binary
- Download from here
- Extract and run
./gospur init
gospur init [project-name]gospur updateCheck more options by:
# help for cli
gospur --help
# help for each command
gospur init --helpRead detailed usage and examples of every stack configured.
(Stacks)
(Others)
The configuration options include settings from various web frameworks to different rendering modes. For a detailed list, please check the Configuration Options Docs.
- More Framework Options.
- Different Rendering Strategies (
seperate client, templ). - More examples and documentation.
- Please suggest More 🙏🏼
