Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/retrouser955/create-discord-boilerplate

A CLI tool to help you create a discord.js version 14 boilerplate
https://github.com/retrouser955/create-discord-boilerplate

boilerplate cli discord-js npm-package

Last synced: about 2 months ago
JSON representation

A CLI tool to help you create a discord.js version 14 boilerplate

Awesome Lists containing this project

README

        

# Create Discord App

Easily generate boilerplate code with a simple command

# Installation

```bash
npm install -g create-discord-boilerplate
```

# Usage

```bash
create-discord-boilerplate -d "myDiscordBot"
```

# Adding extra packages

create-discord-boilerplate provide a easy way to install extra packages while creating boilerplate

```bash
create-discord-boilerplate -d "myDiscordBot" -p "discord-player discord-easy-leveling"
# discord-player is a music library for discord.js while discord-easy-leveling is a ranking package
```