Small shared utilities for development at Pryv
npm install --save-dev github:pryv/dev-utils
(This is for internal use and thus not published on NPM.)
components-run <command> <parameters>
Runs the given command in the context of each or one of the components (a.k.a. packages or workspaces) found in components/.
- A specific component can be targeted by setting the
COMPONENTenvironment variable (e.g.). IfCOMPONENTis not set, or set toall, all components are targeted. - If the command is
mocha, components with notest/folder will be skipped.