Skip to content

perylemke/thorin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Thorin

Thorin is a simple Go CLI to do a snapshots on Digital Ocean.

Why? I'm study Go and I'm a Lazy SysAdmin.

ToDo's

  • Writing tests.
  • Improve the code
  • Implement Travis CI

Libs

  • bytes
  • encoding/json
  • fmt
  • net/http
  • os
  • time

How to use

  • Clone the repo and access Thorin folder:
$ go get github.com/perylemke/thorin.git
  • Open your ~/.bashrc or ~/.zshrc and input a Digital Ocean API Key and Droplet ID
$ vim ~/.bashrc # Or vim ~/.zshrc
$ export DO_API_KEY=YOUR_KEY_HERE
$ export DO_DROPLET_ID=YOUR_DROPLET_ID_HERE
  • Execute thorin
thorin
  • At the end your snapshot was created.

Feedbacks are welcome and if you have a improvement fork us and pull us! :)

That's it folks!

About

Thorin is a CLI to make a snapshots on Digital Ocean

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages