https://github.com/CesiumLabs/create-discord-app
A Simple CLI to generate discord bot projects easily!
https://github.com/CesiumLabs/create-discord-app
cli discord discord-js eris generator
Last synced: about 1 year ago
JSON representation
A Simple CLI to generate discord bot projects easily!
- Host: GitHub
- URL: https://github.com/CesiumLabs/create-discord-app
- Owner: CesiumLabs
- License: gpl-3.0
- Created: 2020-10-13T14:00:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T10:46:30.000Z (over 2 years ago)
- Last Synced: 2025-03-24T01:52:56.519Z (over 1 year ago)
- Topics: cli, discord, discord-js, eris, generator
- Language: JavaScript
- Homepage: https://npmjs.com/package/create-discord-app
- Size: 201 KB
- Stars: 26
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Version 3.0 Updates
> Added _discord.js_ **v13** templates.
> Fixed creation and _prompt_ issues.
# Create Discord App
A Simple CLI to generate discord bot projects easily!
# Example
## Current Dir
```sh
$ npx create-discord-app .
```
## Specific dir
```sh
$ npx create-discord-app --create --dir=dirName
```