create-barrel-folder
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
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
Generate index.ts files for shadcn/ui components with proper type exports
This repo/package/whatever creates a barrel file for your Svelte components.
An ESLint plugin to disallow imports from index files.
CLI tool to generate barrel files for TypeScript projects.
eslint plugin to avoid common errors with barrel files
Generates TypeScript declaration files for barrels.
This CLI tool helps to create a folder with a barrel index file and offers options to generate the following: