0.0.5 • Published 3 years ago

index-tasukaru v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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