indexing
v1.0.6
Published
Using es6, will generate index files for .ts(x) & .js(x) file. The exports will be the name of the file. Can be used recursively.
Downloads
5
Readme
Indexing
CLI tool that takes in directory paths and will generate es6 index exports. Can be used recursively with the -r flag.
example usage:
npx indexing src/components src/pages -r