create-discordjs-project

2.3.4 • Public • Published

[Install Size] https://packagephobia.com/result?p=create-discordjs-project

[NPM Version] https://www.npmjs.com/package/create-discordjs-project

create-discordjs-project

This is a CLI tool that assists in the creation of discord.js projects.

Getting Started

npx create-discordjs-project my-bot
cd my-bot
npm start

These commands will create a new folder with the name you inputted in the first argument, e.g: my-bot.

Usage

With NPX

npx create-discordjs-project my-bot

Install globally with NPM

npm i -g create-discordjs-project
create-discordjs-project my-bot

Yarn isn't supported yet.

If you want to help you can submit a pull request on our GitHub

Flags

  • Skip prompts: -y or --yes
  • Initialize a git repo: -g or --git
  • Automatically install packages: -i or --install
  • Activate verbose:-v or --verbose

How to run the bot?

You can run the bot by entering the directory using:

cd <directory>

and running:

npm run start

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Acknowledgements

  • Thanks Limeline for helping debug and fix my code.

Readme

Keywords

Package Sidebar

Install

npm i create-discordjs-project

Weekly Downloads

6

Version

2.3.4

License

MIT

Unpacked Size

34.4 kB

Total Files

27

Last publish

Collaborators

  • nemesisly
  • limeline