Skip to content

ryancalhoun/zazu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gem Version

zazu

Fetch tools and run them

Example:

zazu = Zazu.new 'my-script'
zazu.fetch url: 'https://example.com/my_script.sh'
zazu.run ['--environment', 'prod']

To fetch os-dependent tools:

zazu = Zazu.new 'my-script'
zazu.fetch do |os, arch|
  # os will be :linux, :mac, :windows
  # arch will be 32 or 64
  "https://example.com/my_script-#{os}_#{arch}-bit"
end

About

Fetch tools and run them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages