Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Guard to symlink watched folders recursively into the current.

License

Notifications You must be signed in to change notification settings

thorsteneckel/guard-symlink

Repository files navigation

Guard::Symlink

Symlink guard allows you automatically link all files from watched folders to your execution folder. Folder paths get created and removed automatically if needed.

Installation

Please be sure to have Guard installed before continue.

Install the gem:

gem install guard-symlink

Add it to your Gemfile (inside test group):

gem 'guard-symlink'

Add guard definition to your Guardfile by running this command:

guard init symlink

Usage

bundle exec guard -w /workspace/link_to_current/ /workspace/anotherone/

Options

Available options:

  • :ignore - an Array of files that should get ignored.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/thorsteneckel/guard-symlink. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

About

Guard to symlink watched folders recursively into the current.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages