Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 473 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 473 Bytes

index-tasukaru

A CLI helper to generate index file for a specified directory.

Install

Use npx to execute without installing:

npx index-tasukaru

Or make it available globally:

yarn global add index-tasukaru

Usage

Generate index file for all .ts and .tsx files in path/to/directory.

index-tasukaru --sourceExts=ts,tsx path/to/directory

Disclaimer

This is a WIP. Some essential features might be missing.

License

MIT