@raven-js/soar
Version:
Zero-dependency deployment tool for modern JavaScript - deploy any artifact to any target
17 lines (14 loc) • 418 B
JavaScript
/**
* @author Anonyfox <max@anonyfox.com>
* @license MIT
* @see {@link https://github.com/Anonyfox/ravenjs}
* @see {@link https://ravenjs.dev}
* @see {@link https://anonyfox.com}
*/
/**
* @file Soar command exports for Wings/Terminal integration.
*
* Exports all command classes for registration with Wings Terminal.
*/
export { DeployCommand } from "./deploy.js";
export { PlanCommand } from "./plan.js";