1.0.5 • Published 11 months ago

export-indexer v1.0.5

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

export-indexer

This library is a library that automatically generates an index file.

How to run

npx export-indexer

Install

npm

npm install -D export-indexer

yarn

yarn add -D export-indexer

Usage

Create a .index file where you want the index file to be generated.

Example

If the directory structure is as follows

└ components
  ├ .index
  └ test.tsx

Do the following in terminal:

npx export-indexer

If you want to detect changes:

npx export-indexer --watch

Then, the following contents will be output. index.ts

export * from './text';

file

└ components
  ├ .index
  ├ index.ts
  └ test.tsx
1.0.5

11 months 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