1.1.4 • Published 2 years ago

create-djs-app v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Create DJS App

Probably the best way to easily make a Discord.js project.

You can easily create a new Discord.js project by running the following command:

npx create-djs-app
# or
yarn create djs-app
# or
pnpm create djs-app

Or, for a Typescript project:

npx create-djs-app typescript
# or
yarn create djs-app typescript
# or
pnpm create djs-app typescript

Options

-g, --git - Initalize a Git repository.

-y, --yes - Skip all the optional questions.

-i, --install - Makes sure the packages are installed automatically.

more coming soon.