1.1.1 • Published 1 year ago
@rmtc/toolchain v1.1.1
@rmtc/toolchain
A command-line task runner.
!TIP This package forms part of @rmtc/toolchain. You'll find further documentation in the main project README.
!WARNING This project is intended for use in @rowanmanning's projects. It's free to use but I don't offer support for use-cases outside of what I need.
Table of Contents
Requirements
This library requires the following to run:
- Node.js 18+
Usage
Install the module with npm:
npm install --save-dev @rmtc/toolchainGet command-line help with:
npx @rmtc/toolchain --helpList available workflows and steps with:
npx @rmtc/toolchain --listRun a single workflow:
npx @rmtc/toolchain workflowNameRun multiple workflows:
npx @rmtc/toolchain workflowName anotherWorkflowName ...Contributing
See the central README for a contribution guide and code of conduct.
License
Licensed under the MIT license. Copyright © 2023, Rowan Manning