ssh-tunnel

Version, currently master branch1 version
  • master branchlatestNov 19, 2022

github.com/jbox-web/ssh-tunnel.cr

No description declared in shard.yml.

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  ssh-tunnel:
    github: jbox-web/ssh-tunnel.cr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.6.0
License
MIT
Author
Nicolas Rodriguez
Target
  • ssh-tunnel from src/ssh-tunnel.cr

Dependencies

Runtime Dependencies

  • gtk4*github: hugopl/gtk4.cr
  • i18n*github: crystal-i18n/i18n
  • admiral*github: jwaldrip/admiral.cr
  • validator*github: nicolab/crystal-validator
  • crystal-env*github: crystal-lang/crystal-env, branch: master

Development Dependencies

  • ameba~> 1.0.0github: crystal-ameba/amebadev

README

ssh-tunnel

GitHub license Build Status

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/jbox-web/ssh-tunnel.cr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request