Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

ToastedDev/create-djs-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.