Stallion New CLI (v2.1.0+)
🎉 New Feature:
Stallion CLI now supports global installation! Install once, use everywhere.
Stallion CLI enables you to push bundles that automatically creates a corresponding version that is available instantly to be downloaded and tested
Global Installation Benefits
The global installation of Stallion CLI offers several advantages:
- Access the CLI from any directory in your system
- No need to reinstall for each project
- Consistent version across all your projects
- Access stallion-cli directly using
stallion <command>
syntax
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
You can now install the Stallion CLI globally using npm or yarn for seamless access across your system.
With npm:
npm install -g stallion-cli
With Yarn:
yarn global add stallion-cli
Usage
For usage and API Reference provided by Stallion CLI check the Usage Documentation.