0.0.6 • Published 10 years ago
commonjs-indexer v0.0.6
commonjs-indexer
Automatically create an index.js file from specified directory
Install
npm install -g commonjs-indexer
Usage
commonjs-indexer <directory> > <outputFile>
Example
commonjs-indexer ./ > index.js