Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 430 Bytes

generate-index

Generate an index file that exports everything from all files in a directory.

Currently TS only

Usage

Open a file in the folder you want the index.ts file to be generated. Then, activate the "Generate / update index file" command. The extension will create a file like so:

export * from "./a"
export * from "./b"
export * from "./c"

Extension Settings

TODO

Known Issues

None yet!