1
0
Fork 0
forked from goffee/goffee
Goffee cmd
Find a file
Jose Cely b47dbcce70 command scheduler
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
2026-06-23 18:17:06 -05:00
cmd command scheduler 2026-06-23 18:17:06 -05:00
tmp initial commits 1 2024-09-12 17:14:29 -05:00
.gitignore initial commits 1 2024-09-12 17:14:29 -05:00
config.json New goffee command, set the password for the user account with the specified name. 2026-05-26 10:12:50 -05:00
go.mod New goffee command, set the password for the user account with the specified name. 2026-05-26 10:12:50 -05:00
go.sum New goffee command, set the password for the user account with the specified name. 2026-05-26 10:12:50 -05:00
LICENSE initial commits 1 2024-09-12 17:14:29 -05:00
main.go initial commits 1 2024-09-12 17:14:29 -05:00
README.md fix uncompress to forgego 2024-09-18 11:55:36 -05:00

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