Skip to content

yejune/gotossr-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotossr-cli

CLI tool for creating gotossr projects.

Installation

go install github.com/yejune/gotossr-cli@latest

Usage

gotossr-cli create

You'll be prompted for:

  • Project directory
  • Go module name
  • Web framework (Gin, Fiber, Echo)
  • Styling (None, Tailwind, Bootstrap, Material UI)

Example

$ 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:8080

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages