nyxx-discord / nyxx_bricks

A collection of templates to help users get started with nyxx.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nyxx templates

A collection of templates to help users get started with nyxx.

These bricks can be used with the Mason CLI.

Available bricks

  • nyxx_base: A bare-bones starter template for nyxx bots
  • nyxx_commands: A starter template for bots using nyxx_commands
  • nyxx_full: A complete template for bots using nyxx and docker-compose
  • nyxx_commands_command: A quick template for making command with nyxx_commands

Using these bricks

  1. Install the mason CLI: dart pub global activate mason_cli
  2. Install the nyxx bricks
    • Locally (in an existing project): follow the mason documentation
    • Globally (anywhere): mason add -g brick_name --git-url https://github.com/nyxx-discord/nyxx_bricks --git path brick_name where brick_name is replaced with the name of the brick you're interested in.
  3. Make the brick you installed: mason make brick_name

About

A collection of templates to help users get started with nyxx.


Languages

Language:Shell 74.4%Language:Dart 17.6%Language:Dockerfile 8.0%