1.0.4 • Published 4 years ago

barrel-me v1.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

🛢 Barrel Me

Creates a index.js / index.ts file with exported files from a folder. Its currently in BETA

npm (scoped) Build Status semantic-release GitHub

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

  1. Create a script
{
  "scripts": {
    "create-indexes": "barrel-me -d src/components src/pages"
  }
}
  1. Run script
npm run create-indexes
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago