1.0.4 • Published 7 months ago

export-indexer v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 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.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.2

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago