1.1.0 • Published 9 months ago

@blitz-bots/cli v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

BlitzCLI Logo

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.

1.1.0

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago