1.0.1 • Published 7 years ago
globat v1.0.1
🦇 globat
Concatenate files in alphabetical order with glob pattern.
INSTALL
yarn add globatUSAGE
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.