https://github.com/bot-academia/disnod
CLI tool for discord.js developers
https://github.com/bot-academia/disnod
discord discord-bot discord-js javascript node nodejs
Last synced: 11 months ago
JSON representation
CLI tool for discord.js developers
- Host: GitHub
- URL: https://github.com/bot-academia/disnod
- Owner: Bot-Academia
- License: mit
- Created: 2020-06-30T11:34:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T00:47:01.000Z (over 4 years ago)
- Last Synced: 2025-02-02T05:25:03.063Z (over 1 year ago)
- Topics: discord, discord-bot, discord-js, javascript, node, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/disnod
- Size: 521 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CLI tool for discord.js
---
[](https://app.codacy.com/gh/Bot-Academia/Disnod?utm_source=github.com&utm_medium=referral&utm_content=Bot-Academia/Disnod&utm_campaign=Badge_Grade_Dashboard)
**Chat: [Discord group](https://discord.gg/m8297QY)**
A CLI tool for getting started with the discord.js. The acronym “disnod” stands for “discord.js Node.js”. It offers a super simple boilerplate template and additional utilities for building a discord.js based discord bot. It takes away the hassle of setting up the local development environment which may become a nightmare especially for beginners who are just starting out.
- [Basic](https://github.com/Bot-Academia/disnod/tree/master/template/basic)
- [Default](https://github.com/Bot-Academia/disnod/tree/master/template/default)
- [Advanced](https://github.com/Bot-Academia/disnod/tree/master/template/advanced)
## Installation
### Prerequisites
- [**npm**](https://www.npmjs.com/) is a package manager for the JavaScript programming language.
- [**node.js**](https://nodejs.org/en/) is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.
## Quickstart
```bash
npm install -g disnod
disnod create
```
### Available Commands
`disnod` offers the following set of commands:-
| command | description |
| ----------------------- | --------------------------------------------------- |
| disnod create | Scaffolds a discord bot project in the current path |
| disnod help | fetches the help menu |
## Features
- It allows Developers to build discord bots with ease in which all the local environment setup is being taken care of. All they have to do is to focus on writing actual code.
- disnod simplifies developer workflow by generating boilerplate code as required and automating redundant tasks.
- It packs all the basic setup instructions given at [Discord.js Guide](https://discordjs.guide/)
## Versioning And Help
| option | description |
| ------------- | ------------------------ |
| -V, --version | Check CLI version |
| -h, --help | Get help and check usage |
## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/Bot-Academia/disnod/blob/master/LICENSE) file for details.

