@stelliajs/cli
v0.0.1
Published
CLI for StelliaJS framework
Downloads
3
Maintainers
Readme
StelliaJS - CLI
About
StelliaJS CLI lets you execute commands such as creating a bot or a command using the StelliaJS framework.
Installation
npm i -g @stelliajs/cli
Commands
Init new StelliaJS bot
This command is used to initialise a new bot with StelliaJS.
npx stellia create-app
Create command template
This command initialises a new slash command.
npx stellia command [name]
Create context menu template
This command initialises a new context menu.
npx stellia contextMenu [name]
Create event template
This command initialises a new event.
npx stellia event [name]
Help
If you need help with the framework you can open an issue.