Skip to content

Latest commit

 

History

History
125 lines (92 loc) · 3.06 KB

Commands.md

File metadata and controls

125 lines (92 loc) · 3.06 KB

Commands for roc-internal-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

build

Builds project

rid build

build:watch

Builds project in watch mode

rid build:watch

clean

Cleans generated files

rid clean

docs

Generates markdown documentation

rid docs

esdocs

Generates ESDoc

rid esdocs

link

Links up the project

rid link [modules]

Arguments

Name Description Default Type Required Can be empty
modules Modules that should be linked into the extensions in extensions/ Array() No Yes

Command options

Name Description Default Type Required Can be empty
--yarn If yarn should be used over npm false Boolean No

lint

Runs lint

rid lint

lint:alias

Run local lint inside packages

rid lint:alias

release

Run release script

rid release

Command options

Name Description Default Type Required Can be empty
--next Publish to next tag on npm false Boolean No
--use-alias If lint:alias should be used over the default lint when doing releases false Boolean No

rnm

Removes node_modules folders in extensions/

rid rnm

test:alias

Runs local test inside packages

rid test:alias