1.1.0 • Published 9 months ago
@blitz-bots/cli v1.1.0
Getting Started
To create a new project using BlitzCLI, run the following command:
npx @blitz-bots/cli create
Alternatively, you can globally install BlitzCLI via npm:
npm install -g @blitz-bots/cli
Then, create your project with:
blitz create
Account
To publish a plugin, you'll need to create an account on our registry.
Create An Account
Register by running the signup command:
blitz signup
Login To Your Account
Log in using:
blitz login
Check Login Status
Ensure you're logged in with:
blitz auth-status
Logout
To log out of your account, use:
blitz logout
Building
You need to build your plugin to distribute it.
blitz build
Once you have built your plugin, it will output an out.zip
file.
Join Our Discord To Submit Your Plugin.