Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 2.64 KB

File metadata and controls

60 lines (44 loc) · 2.64 KB

Commands for roc-plugin-react-dev

General Information

All commands can be called with some additional options illustrated in the table below.

General options

Name Description Required
-b, --better-feedback Enables source-map-support and loud-rejection. No
-c, --config Path to configuration file. No
-d, --directory Path to working directory. No
-h, --help Output usage information. No
-V, --verbose Enable verbose mode. No
-v, --version Output version number. No

Commands

meta

Meta commands

roc meta <command>

Meta commands that can be used to generate meta data about the current project.

docs

Generates documentation for the current project.

roc meta docs

Command options

Name Description Default Type Required Can be empty
--html If HTML should be generated. (Not supported yet) false Boolean No
--markdown If markdown should be generated. true Boolean No
--mode The platform that is to be used, for link generation. "github.com" `/github.com nodejs.org bitbucket.org
--output A directory to place the generated documentation inside of. "docs" String No No
--project If the projects configuration and actions should be included. false Boolean No

Defined by extensions

roc

list-settings

Prints all the available settings that can be changed.

roc meta list-settings

Defined by extensions

roc