Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@runner/cli
Advanced tools
npm install @runner/cli
Runner can be started by using npm
or npx
commands.
Run with npm:
npm run build
where build
is an npm script in the package.json
which contains a runner
command.
Run with npx:
npx runner
The runner
command format:
runner [options] [<task>]
Available options:
Option | Description |
---|---|
-c, --config | Configuration file is a script which contains tasks definitions. Default value - runner.js. |
-s, --serial | Run all given tasks sequentially (instead of in parallel). |
These two commands are identical:
npx runner
npx runner --config runner.js
To run a webpack:build
task from a custom configuration file:
npx runner -c tasks/develop.js webpack:build
Without the task name starts the default task:
npx runner -c tasks/develop.js
More information about tasks manipulation is available in the @runner/core package.
If you have any problems or suggestions please open an issue according to the contribution rules.
@runner/cli
is released under the GPL-3.0 License.
FAQs
Simple task runner command-line interface.
The npm package @runner/cli receives a total of 1 weekly downloads. As such, @runner/cli popularity was classified as not popular.
We found that @runner/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.