jonyw4 / barrel-me

πŸ›’ Creates a index.js / index.ts file with all exported files from a folder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ›’ 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.

Buy Me A Coffee

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

About

πŸ›’ Creates a index.js / index.ts file with all exported files from a folder

License:MIT License


Languages

Language:JavaScript 100.0%