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

ameliariely picture ameliariely  路  7Comments

brandonhamilton picture brandonhamilton  路  4Comments

danielchirinos picture danielchirinos  路  7Comments

whitelujx picture whitelujx  路  3Comments

Jimbolino picture Jimbolino  路  6Comments