@mibuilder/command
MiBuilder CLI base command class.
This Solution
This package contains the base command class for MiBuilder CLI,
MiBuilderCommand
. Extend this class for convenient access to common
MiBuilder CLI parameters, a logger and CLI output formatting. This class
extends @oclif/command
.
Table of Contents
Installation
This module can be installed via npm which is bundled with Node.js and should be installed as one of your project's dependencies:
npm install --save @mibuilder/command
Usage
API Documentation to be defined.
References
- @interaktiv/dxl - A development Library for Javascript projects
- @interaktiv/errors - Contains custom error types
- @interaktiv/types - Contains custom types
- @mibuilder/core - Core libraries to interact with MiBuilder projects
- @mibuilder/colors - Standard colors for MiBuilder CLI
-
@oclif/command - Contains the base oclif Command, which
MiBuilderCommand
extends.
Other Use Cases
If you lack some use cases, you are welcome to open a pull request and add it. We'll come back to you and see how we can support your use case and present it to all devs.
Please consult the contribution guides before contributing.
Acknowledgements
This library is heavily inspired by @salesforce/command.
Thank you
License
MIT Copyright © 2020-present die.interaktiven GmbH & Co. KG