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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i globat

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

8.23 kB

Total Files

22

Last publish

Collaborators

  • hirauchi0713