1.0.5 • Published 4 years ago

djs-create v1.0.5

Weekly downloads
1
License
GPL-3.0-only
Repository
github
Last release
4 years ago

logo

Usage

Creating new bots / projects

djs-create <bot/project> [projectName]

You will then be prompted to enter the project information as required and Discord.js will automatically be added to your project, alongside all the boilerplate code you need to get started!

Creating new commands

djs-create command [commandName]

You will then be prompted the command information as required. A file with the information will be added to your project. The bot code provided automatically finds this command and registers it on launch.

Installation

npm install --global djs-create

djs-create is intended to be used globally. This means you can run the djs-create command from any directory in your terminal.

1.0.5

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago