export-all-files-in-folder
v0.1.0
Published
This module turns your folders into [barrels](https://angular.io/guide/glossary#barrel). Use it by creating an index.js file and in it calling this module with `module.exports = require('export-all-files-in-folder')(__dirname)`.
Downloads
271
Readme
Export All Files in Folder
This module turns your folders into barrels. Use it by creating an index.js file and in it calling this module with module.exports = require('export-all-files-in-folder')(__dirname)
.