1.0.1 • Published 6 years ago

globat v1.0.1

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

Version npm MIT License

🦇 globat

Concatenate files in alphabetical order with glob pattern.

INSTALL

yarn add globat

USAGE

const globat = require('globat')

globat('**/*.scss', (err, txt)=>{
  if (err) { return err }
  console.log(txt)
})

AUTHOR

Hideyuki Hirauchi

LICENSE

globat is freely distributable under the terms of the MIT license.