2.2.0 • Published 2 months ago

@cc-heart/gen-index-export v2.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

gen-index-export

In index.js, it is always necessary to import all the files under a module (eg export * from './foo').

Using this package you can parse all exported files in a certain path now support the suffix 'vue', 'ts', and' tsx '

Usage

npm install -D @cc-heart/gen-index-export

create the gen-export.config.js file in the root path of your project project, and write to the following configuration file:

import { defineConfig } from '@cc-heart/gen-index-export'
export default defineConfig({
  dirs: [{ path: 'src/components', output: 'src/components/index.ts' }],
})

Configure the scripts property in package.json

{
    "scripts": {
    "exports": "npx gen-index-export"
  },
}

Use npm run exports, You can generate the default export items or all export items based on the directory

2.2.0

2 months ago

2.1.0

3 months ago

2.0.0

4 months ago

1.0.1

7 months ago

1.0.0

7 months ago

0.3.0

10 months ago

0.1.2

11 months ago

0.2.0

10 months ago

0.0.10

12 months ago

0.0.11

12 months ago

0.0.12

12 months ago

0.0.13

12 months ago

0.0.14

12 months ago

0.1.0

12 months ago

0.1.1

11 months ago

0.0.15

12 months ago

0.0.9

12 months ago

0.0.16

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago