# npm-runner **Repository Path**: flowci-plugins/npm-runner ## Basic Information - **Project Name**: npm-runner - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-26 - **Last Updated**: 2021-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flowci-plugin-npm ## Description Run npm (cnpm) command, and upload html output report ## Inputs - `NPM_CMD`: npm command to run, for example: npm install, cnpm run test - `NPM_REPORT_PATH` (optional): the relative path in project, for example `./coverage` if upload `coverage` directory ## How to use it Please ref to [npm template](https://github.com/FlowCI/templates/blob/master/npm.yaml)