Skip to content

lara-go/installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaraGo Installer Tool

It was made to help you start new LaraGo project as easy as possible.

  1. Download LaraGo Boilerplate in zip.
  2. Unpack it to the directory you provided (it should not exist).
  3. Update import paths.

Installation

go get -u github.com/lara-go/installer

Running

$GOPATH/bin/installer install my/application/path

Result will be:

New project was installed in /Users/user/go/src/my/application/path

Next steps:

  1. Install Glide tool (https://glide.sh)
  2. Install dependencies using Glide

Check if everyting ok:

  $ go run cmd/app/main.go -r ./ env

Releases

No releases published

Packages

No packages published

Languages