SitePen / js-doc-parse

An experimental library for parsing JavaScript files and extracting inline documentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass config on command line

kfbishop opened this issue · comments

I'd really like to be able to pas my config.js on the command line. This will allow a single instance of js-doc-parse to process various projects and versions.

eg node dojo/dojo.js load=parse {pathto}/config

The config could (should?) also hold the module trees I'd like to parse, which again would be very project/version specific.

Cheers

Karl Bishop
kfbishop@us.ibm.com

Please see csnover#39.