A CLI for generate ready machine learning projects with Go.
The project still in development and the next updates will be the following:
- generate a projects by CLI
- create tests
- use a base template
Before start, verify if you have the following things:
- you have installed the most recent version of Go
- you have any of
windows,macos,linuxoperating system
To install forgo you need to:
- clone repository
git clone https://github.com/roqueando/forgo.git- build and test
# test to check if all code is good
make test
# build to generate forgo binary
make build- run and generate a project
./build/forgo new some_awesome_projectWant to be part of contributor? See the contributing page for how to contribute.
This project is under the license. See the file LICENSE for more details
