braceexpansion
v1.0.0
Published
Bash compatible brace expansion .
Downloads
6
Maintainers
Readme
#BRACE-EXPANSION Bash Brace Expansion ( GNU COMPATIBALE? )
###Why?
jonschlinkert/braces 7.542 kB + dependencies
juliangruber/brace-expansion 4.335 kB + dependencies
##Loads as PLAIN BROWSER AMD , NODE ,
var brace_expansion = require(__dirname+'/.')
console.log(
require('util').inspect(
brace_expansion('HERE/{'+[
'xxx'
,'yyy'
].join(' ')+'}/00{0..3}')
,{depth:null})
)
http://thecloverbox.tv