UNPKG

create-yesimbot-extension

Version:

Scaffold tool for creating YesImBot extensions

49 lines (36 loc) 565 B
# create-yesimbot-extension Scaffolding tool for creating YesImBot extensions ## Installation ```bash npm install -g create-yesimbot-extension # or bunx create-yesimbot-extension ``` ## Usage ```bash ybe # or create-yesimbot-extension ``` ## Development 1. Clone repository: ```bash git clone https://github.com/yourusername/create-yesimbot-extension.git cd create-yesimbot-extension ``` 2. Install dependencies: ```bash npm install # or bun install ``` 3. Link globally for testing: ```bash npm link ``` 4. Test locally: ```bash ybe ``` ## License MIT