0.10.0 • Published 4 years ago

js-indexer v0.10.0

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

js-indexer

creates index-file for a given folder to expose everthing inside

usage

npm install js-indexer --save-dev

./node_modules/.bin/js-indexer ./src/components/index.js ./src/utils/index.ts

filter via regexp

./node_modules/.bin/js-indexer --filter 'index\.js' ./src/components/index.js ./src/utils/index.ts

test-files and files with leading _ will be excluded.

0.10.0

4 years ago

0.9.0

5 years ago

0.8.3

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago