aceui-cli
v1.0.0
Published
CLI tool for ACE UI library
Downloads
5
Readme
aceui-cli
A command-line interface tool for the ACE UI library.
Installation
npm install -g aceui-cli Usage
aceui-cli --help
aceui-cli hello Development
- Clone the repository.
- Navigate to the
aceui/clidirectory. - Run
npm installto install dependencies. - Run
npm run buildto compile TypeScript. - Use
npm linkto test the CLI locally.
