Apidoc: Custom apidoc.json location

Created on 26 Mar 2015  ·  3Comments  ·  Source: apidoc/apidoc

It would be nice to have an additional CLI parameter like -c, --config where we can specify path to apidoc.json file or package.json file in case they are placed not in the project root directory.

todo

Most helpful comment

For anyone who happens to see this issue, the command is apidoc -c folderName

The -c command specifies the folder, but not the file name.

You can see the generation process by appending --debug to your command.
For example, apidoc -c folderName --debug

All 3 comments

Added in 0.13.0.

For anyone who happens to see this issue, the command is apidoc -c folderName

The -c command specifies the folder, but not the file name.

You can see the generation process by appending --debug to your command.
For example, apidoc -c folderName --debug

hello, this should be in the doc http://apidocjs.com/

thanks for the solution though

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tnunes picture tnunes  ·  7Comments

OsoianMarcel picture OsoianMarcel  ·  6Comments

kingmayko picture kingmayko  ·  3Comments

Znarkus picture Znarkus  ·  7Comments

YannDoW picture YannDoW  ·  4Comments