wires-include-all

1.0.1 • Public • Published

Wires Include

  var includeAll = require("wires-include-all");

  includeAll("./test_folder", {
     order: ['app.js', 'first/'],
     ignore: ['some.js'],
     bottom: ['thelast'],
     rootPath: "myfiles",
     tagOutput : true
  }).then(function(list) {
     console.log(list)
  })

Readme

Keywords

none

Package Sidebar

Install

npm i wires-include-all

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • nchanged