1.0.0 • Published 9 years ago

braceexpansion v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

#BRACE-EXPANSION Bash Brace Expansion ( GNU COMPATIBALE? )

GitHub Logo

###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