1.0.5 • Published 1 year ago
export-indexer v1.0.5
export-indexer
This library is a library that automatically generates an index file.
How to run
npx export-indexerInstall
npm
npm install -D export-indexeryarn
yarn add -D export-indexerUsage
Create a .index file where you want the index file to be generated.
Example
If the directory structure is as follows
└ components
├ .index
└ test.tsxDo the following in terminal:
npx export-indexerIf you want to detect changes:
npx export-indexer --watchThen, the following contents will be output.
index.ts
export * from './text';file
└ components
├ .index
├ index.ts
└ test.tsx1.0.5
1 year ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.2.2
3 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago