No description
spec | ||
src | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
README.md | ||
shard.yml | ||
test.cr |
ldap_escape
Based on https://github.com/tcort/ldap-escape.
Installation
-
Add the dependency to your
shard.yml
:dependencies: ldap_escape: github: your-github-user/ldap_escape
-
Run
shards install
Usage
require "ldap_escape"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/ldap_escape/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Dominic Grimm - creator and maintainer