CLI tool for creating gotossr projects.
go install github.com/yejune/gotossr-cli@latestgotossr-cli createYou'll be prompted for:
- Project directory
- Go module name
- Web framework (Gin, Fiber, Echo)
- Styling (None, Tailwind, Bootstrap, Material UI)
$ gotossr-cli create
Welcome to the creation wizard!
Enter the path of your project: ./my-app
Enter Go module name: github.com/myuser/my-app
Select a web framework: Gin
Select a styling plugin: Tailwind
✅ Project setup complete!
Next steps:
cd my-app
go run .
Your app will be running at http://localhost:8080MIT