babel-plugin-transform-barrels
A Babel plugin that transforms indirect imports through a barrel file (index.js) into direct imports.
A Babel plugin that transforms indirect imports through a barrel file (index.js) into direct imports.
Create a folder with a barrel index file and options to generate the following: - React Functional Component - React Hook - .test file with testing library and component render setup - Storybook .stories - SCSS file - index.tsx
Barrel generator
This script generates an index.js file that performs sorted module 'barreling' in a components directory. The 'barrel' consists of creating an index file that exports all the components contained in a directory, making it easier to import them into other
Generate your barrel files like a cowboy 🤠
Auto-generate TS barrel files.
Create barrel files faster than Donkey Kong can throw them!
This module helps you to create barrel files for your application
ESLint rule to prevent importing modules hidden behind an index.js barrel file
eslint plugin to avoid common errors with barrel files
ESLint plugin to disallow [barrel files](https://github.com/basarat/typescript-book/blob/master/docs/tips/barrel.md).
Disallow omitting "index" in import paths