Skip to content

A CLI for generate ready machine learning projects with Go

License

Notifications You must be signed in to change notification settings

roqueando/forgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A CLI for generate ready machine learning projects with Go.

updates and improvements

The project still in development and the next updates will be the following:

  • generate a projects by CLI
  • create tests
  • use a base template

💻 pre-requisites

Before start, verify if you have the following things:

  • you have installed the most recent version of Go
  • you have any of windows, macos, linux operating system

🚀 installing forgo

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_project

😄 be a contributor

Want to be part of contributor? See the contributing page for how to contribute.

📝 license

This project is under the license. See the file LICENSE for more details

About

A CLI for generate ready machine learning projects with Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published