Skip to content

StelliaJS/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published