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 -g, --git - Initalize a Git repository.
-y, --yes - Skip all the optional questions.
-i, --install - Makes sure the packages are installed automatically.