Skip to content

ox/GoStones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoStones
----------------

Initially, I had noticed that there are a lot of packages
for Go. They were all nice and dandy but then I realized 
that gettign those packages takes a long time and some
times it's just nicer to have something do all the heavy
lifting for you. Plus I really liked Ruby's system of 
just "$>gem install unicorn" to install gems and then
they were instantly available. I believe that particular
advantage to the ease of use of Ruby and Gems really 
pushed Ruby forward. So in my desire to push Go forward
I have started this small project. Hope it's useful!

Author: Artem Titoulenko

Contributors: Frederik Deweerdt (git clone)



Building & Installing
----------------

To make this package just do (shell):
	make
	
To install this package just do (shell):
	make install
	
(aka the order is make; make install; )

To clean the package just do (shell):
	make clean
	
To clean the package and uninstall, just nuke it (shell):
	make nuke

About

The Go version of RubyGems, hopefully.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages