Stallion CLI

Stallion CLI enables you to push bundles that automatically creates a corresponding version that is available instantly to be downloaded and tested

Note:

Add stallion-cli as dev dependency as it's only for development purposes.

Open Source & Contributions

Stallion CLI is open-source! Interested in helping us improve? Check out our GitHub Repository to get started! From feature suggestions to bug fixes, all contributions are welcome.

Installation

To install the CLI open terminal and navigate to the root of your project and run:

With npm:

npm install --save-dev stallion-cli

With Yarn:

yarn add -D stallion-cli

Usage

For usage and API Reference provided by Stallion CLI check the Usage Documentation.