CLI is a repository containing all the CLI applications for Gostalt. Currently,
there is the gostalt binary for creating new Gostalt projects.
Gostalt is a binary for creating new Gostalt applications. Over time, more functionality may be added, and additional CLI applications may be created.
To install gostalt, just run
go install github.com/gostalt/cli/gostalt@latest (assuming a correctly
configured Go toolchain).
In time, once the ecosystem is more stable, the @latest pin will change to a
given version number.
The new command is used to create a new Gostalt project in the current
directory. For example, to create a new project called blog:
gostalt new blogYou'll get feedback as each step of the new command is ran, as well as
instructions on how to run the freshly created application.