create-xeel-cli-plugin
v1.0.3
Published
A boilerplate for creating a Xeel CLI plugin
Readme
Xeel CLI / Create Xeel CLI Plugin
A simple scaffolding tool to create plugins for the Xeel CLI. This tool generates a boilerplate project with all the necessary files and configurations to start building your own Xeel CLI plugin.
CLI plugins can add support for new ecosystems to Xeel.
Features
- Preconfigured structure for Xeel CLI plugins.
- Includes example commands and configurations.
- Easily customizable to suit your needs.
Usage
Using pnpm (recommended)
- Run the scaffolding tool with the desired plugin name:
pnpm create xeel-cli-plugin my-plugin- Navigate to your new plugin directory:
cd my-plugin- Install dependencies
pnpm install- Start building your plugin by editing the example ecosystem support in
src/ecosystem.ts
