Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 440 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 440 Bytes

@sugarat/cli

A dynamic CLI tool,Based on Commander

Support Plugin System

Quick Start

npm i -g @sugarat/cli

then you will get q command

install cli plugin

q install hello [words...]
q install hello
q install hello 真不戳

# equal
q install @sugarat/cli-plugin-hello@latest

then you q have hello command

q hello

More Plugins

It will come soon.