-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoption.js
More file actions
19 lines (18 loc) · 726 Bytes
/
Copy pathoption.js
File metadata and controls
19 lines (18 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module.exports = [
{
"usage":
` Creates a document page from a package.json file. The file is located from the project root directory. The --package
option will need If the project root does not contain a package.json file. Otherwise this plugin will return with an
error.
`
},
{
"flag": "-c, --package <dir>",
"help": "The location of a package.json file to use. This does not need to be set unless the package.json file is outside the project root."
},
{
"flag": "--specification-path <path>",
"help": "The location and file name of the specification file. The directory will on be created if nessesary and is relative to the docs directory.",
"default": "specification/package_information.md"
},
]