https://github.com/discoralabs/create-discora
https://github.com/discoralabs/create-discora
create-discora discora discord discordjs discordjs-bot
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/discoralabs/create-discora
- Owner: DiscoraLabs
- License: other
- Created: 2024-10-20T03:45:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T19:57:35.000Z (8 months ago)
- Last Synced: 2024-12-20T06:47:04.109Z (6 months ago)
- Topics: create-discora, discora, discord, discordjs, discordjs-bot
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Create Discora
**Create Discora** is a CLI tool designed to quickly set up a Discord bot using pre-defined templates. It streamlines the initial setup process by cloning templates from GitHub and installing the necessary dependencies.
## Requirements
- **Node.js** (version 16.x or higher)
- **npm** (comes with Node.js)
- **Git** (to clone templates from GitHub)## Installation
You can create a new Discord bot project by running the following command in your terminal:
```bash
npx create-discora@latest
```## Usage
1. Run the command to start the setup:
```bash
npx create-discora@latest
```
2. Follow the prompts to specify your project directory and select a template (TypeScript or JavaScript).3. After the setup completes, navigate to your project directory and start your bot:
```bash
cd your-project-directory
npm run dev
```## Next Steps
Once your bot is running, customize it to meet your needs. Check the template documentation for further guidance.
## License
This project is licensed under the **Apache License, Version 2.0, January 2004**. Feel free to modify and improve it while retaining ownership.