Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Latest commit

 

History

History
147 lines (106 loc) · 4.97 KB

File metadata and controls

147 lines (106 loc) · 4.97 KB

Commands for roc-package-webpack-node-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

start

Starts the current project.

roc start [artifact]

Arguments

Name Description Default Type Required Can be empty
artifact Path to an artifact to start. Filepath No Yes

Settings options

Defined by extensions

roc-plugin-start

development

Project development

roc development <command>

Commands for development purposes.

build

Build the current project.

roc development build [targets]

Arguments

Name Description Default Type Required Can be empty
targets The targets the project should be built for, overrides the settings if provided. Array(String) No Yes

Settings options

Defined by extensions

roc-abstract-package-base-dev, roc-package-webpack-dev

clean

Cleans the current project.

roc development clean

Settings options

Defined by extensions

roc-abstract-package-base-dev

dev

Starts the current project in development mode.

roc development dev [targets]

Arguments

Name Description Default Type Required Can be empty
targets The targets the project should be built for, overrides the settings if provided. Array(String) No Yes

Settings options

All groups are available.

Defined by extensions

roc-abstract-package-base-dev, roc-package-webpack-dev

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