Eather
Getting Started with Eather
Simply use the HelloWorld application or start fresh by running or get eather command line tools.
go get -u github.com/EatherGo/cmd/eatherCreate New Application
eather create -n NewAppCreate New Module
Make sure that you are in your application directory.
eather module -n EmptyModuleThis will create all necessary files for an empty module. New module will be stored to your env variable CUSTOM_MODULES_DIR
With Controller
eather module -n EmptyModule -cWith Events
eather module -n EmptyModule -eLast updated
Was this helpful?