https://github.com/toasteddev/create-djs-app
Create a Discord.js project easily.
https://github.com/toasteddev/create-djs-app
cli create-djs-project create-project discordjs discordjs-project
Last synced: 4 months ago
JSON representation
Create a Discord.js project easily.
- Host: GitHub
- URL: https://github.com/toasteddev/create-djs-app
- Owner: ToastedDev
- Archived: true
- Created: 2022-10-05T11:56:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T10:34:47.000Z (over 2 years ago)
- Last Synced: 2024-12-16T08:16:11.577Z (6 months ago)
- Topics: cli, create-djs-project, create-project, discordjs, discordjs-project
- Language: JavaScript
- Homepage: https://create-djs-app.js.org
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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._