mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-16 12:25:52 +00:00
41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
# wordexp
|
||
|
||
[](https://rubygems.org/gems/wordexp)
|
||
[](https://app.circleci.com/pipelines/github/samsonjs/wordexp?branch=main)
|
||
[](https://codeclimate.com/github/samsonjs/wordexp)
|
||
|
||
TODO: Description of this gem goes here.
|
||
|
||
---
|
||
|
||
- [Quick start](#quick-start)
|
||
- [Support](#support)
|
||
- [License](#license)
|
||
- [Code of conduct](#code-of-conduct)
|
||
- [Contribution guide](#contribution-guide)
|
||
|
||
## Quick start
|
||
|
||
```
|
||
$ gem install wordexp
|
||
```
|
||
|
||
```ruby
|
||
require "wordexp"
|
||
```
|
||
|
||
## Support
|
||
|
||
If you want to report a bug, or have ideas, feedback or questions about the gem, [let me know via GitHub issues](https://github.com/samsonjs/wordexp/issues/new) and I will do my best to provide a helpful answer. Happy hacking!
|
||
|
||
## License
|
||
|
||
The gem is available as open source under the terms of the [MIT License](LICENSE.txt).
|
||
|
||
## Code of conduct
|
||
|
||
Everyone interacting in this project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](CODE_OF_CONDUCT.md).
|
||
|
||
## Contribution guide
|
||
|
||
Pull requests are welcome!
|