djsgen
v2.1.0
Published
A CLI to generate a basic discord.js project
Downloads
12
Maintainers
Readme
Get a headstart on your Discord Bot Project
Usage
sh
TODO
[ ] convert .py files to read from a json
[x] Choose a library
- Inquirer
[x] CLI will ask questions
- [x] check if main files exist already(index.js)
- ask if they want to override
- [x] name of project
- defaults to current dir name
- [x] what type of project
- plain js
- typescript
- python
- ask if they want cogs or not
- [ ] project specific questions
- [ ] build files based on proj type
- [ ] ask if they want basic commands
- ping
- ban
- kick
- whois
- [x] check if main files exist already(index.js)