forked from goffee/goffee
Goffee cmd
scheduler:processed List processed task executions scheduler:queue List queued scheduler tasks scheduler:semaphore Get or set the scheduler semaphore state scheduler:truncate Empty the scheduler queue and processed logs |
||
|---|---|---|
| cmd | ||
| tmp | ||
| .gitignore | ||
| config.json | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
Goffee
What's Goffee?
Goffee is thecli tool of the Goffee framework, it helps you create new projects and perform other tasks.
Install
To install Goffee run the following command:
go install git.smarteching.com/goffee/goffee@latest
Create a new project:
To create a new project run the following command:
goffee new [project-name] [project-remote-repository]
example:
goffee new myapp git.smarteching.com/goffee/myapp
Run the app in the live reloading mode
To start the app in the live reloading mode for development, first cd into the project directory, then run the following command:
goffee run:dev