globat

1.0.1 • Public • Published

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.

/globat/

    Package Sidebar

    Install

    npm i globat

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    8.23 kB

    Total Files

    22

    Last publish

    Collaborators

    • hirauchi0713