1 2 3 4 5 6 7 8 9
# brace-expander Library to perform bash-like shell expansions on strings E.g `"thing{1..3}"` => `["thing1","thing2","thing3"]` ## License MIT or Apache-2.0