@stelliajs/cli
v0.0.2-dev-2
Published
CLI for StelliaJS framework
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/cliCommands
Init new StelliaJS bot
This command is used to initialise a new bot with StelliaJS.
npx stellia create-appCreate 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.
