1
0
Fork 0
forked from goffee/goffee
Goffee cmd
Find a file
2024-09-12 17:14:29 -05:00
cmd initial commits 1 2024-09-12 17:14:29 -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 initial commits 1 2024-09-12 17:14:29 -05:00
go.mod initial commits 1 2024-09-12 17:14:29 -05:00
go.sum initial commits 1 2024-09-12 17:14:29 -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 initial commits 1 2024-09-12 17:14:29 -05:00

Goffee

What's Goffee?

Goffee is thecli tool of the 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

Goffe is a tool building over a fork of the awesome project of Harran Ali harran.m@gmail.com