Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
Uname is interface to standard uname
data via C extension
Add the dependency to your shard.yml
:
dependencies:
uname:
github: orelsokolov/uname
Run shards install
require "uname"
Uname.sysname
Uname.nodename
Uname.release
Uname.machine
Uname.version
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)