omarkhan/coffeedoc

Flag to ignore files or folders

Closed this issue · 3 comments

It would be nice to add a option to the generator to ignore certain files or folders.

coffeedoc src --output doc --ignore src/test/

For example I do not want to generate entries for the files containing my tests.

Good idea. I'll do this, should be quick enough to implement.

Implemented in 495a0fe

Thanks a lot..