mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-27 14:57:42 +00:00
Add 0dependencies.dev badge
This commit is contained in:
parent
4b224d0db2
commit
4acc745a11
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
[](https://rubygems.org/gems/wordexp)
|
[](https://rubygems.org/gems/wordexp)
|
||||||
[](https://app.circleci.com/pipelines/github/samsonjs/wordexp?branch=main)
|
[](https://app.circleci.com/pipelines/github/samsonjs/wordexp?branch=main)
|
||||||
[](https://codeclimate.com/github/samsonjs/wordexp/maintainability)
|
[](https://codeclimate.com/github/samsonjs/wordexp/maintainability)
|
||||||
|
[](https://0dependencies.dev)
|
||||||
|
|
||||||
A Ruby gem for performing shell word expansion using [wordexp][]. It's like [Shellwords][] turned up to 11. Not only does it split taking quotes into account, but it also expands environment variables and tildes, and runs subcommands in `` `backticks` `` or `$(dollar parentheses)`.
|
A Ruby gem for performing shell word expansion using [wordexp][]. It's like [Shellwords][] turned up to 11. Not only does it split taking quotes into account, but it also expands environment variables and tildes, and runs subcommands in `` `backticks` `` or `$(dollar parentheses)`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue