barrel-me
v1.0.4
Published
Creates a index.js / index.ts file with exported files from a folder
Downloads
10
Maintainers
Readme
🛢 Barrel Me
Creates a index.js
/ index.ts
file with exported files from a folder. Its currently in BETA
Do you like?
Please, consider supporting my work as a lot of effort takes place to create this component! Thanks a lot.
Install
npm install barrel-me -D
Usage
- Create a script
{
"scripts": {
"create-indexes": "barrel-me -d src/components src/pages"
}
}
- Run script
npm run create-indexes