{"id":15021700,"url":"https://github.com/bot-academia/disnod","last_synced_at":"2025-07-26T13:12:19.469Z","repository":{"id":42773660,"uuid":"276080938","full_name":"Bot-Academia/Disnod","owner":"Bot-Academia","description":"CLI tool for discord.js developers","archived":false,"fork":false,"pushed_at":"2022-03-27T00:47:01.000Z","size":533,"stargazers_count":1,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T05:25:03.063Z","etag":null,"topics":["discord","discord-bot","discord-js","javascript","node","nodejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/disnod","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bot-Academia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-30T11:34:16.000Z","updated_at":"2022-08-06T07:44:03.000Z","dependencies_parsed_at":"2022-08-24T21:41:50.176Z","dependency_job_id":null,"html_url":"https://github.com/Bot-Academia/Disnod","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bot-Academia%2FDisnod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bot-Academia%2FDisnod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bot-Academia%2FDisnod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bot-Academia%2FDisnod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bot-Academia","download_url":"https://codeload.github.com/Bot-Academia/Disnod/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238909294,"owners_count":19550837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","discord-bot","discord-js","javascript","node","nodejs"],"created_at":"2024-09-24T19:56:55.211Z","updated_at":"2025-02-14T20:31:55.250Z","avatar_url":"https://github.com/Bot-Academia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://mevn.madlabs.xyz\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/54861487/87247177-cf816880-c46f-11ea-929d-5ee37ad73a5f.jpg\"  /\u003e\u003c/a\u003e\n\t\u003cp align=\"center\"\u003e CLI tool for discord.js \u003c/p\u003e\n\u003c/p\u003e\n\n---\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4f6ed3abbced4461a12322b84f537b47)](https://app.codacy.com/gh/Bot-Academia/Disnod?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=Bot-Academia/Disnod\u0026utm_campaign=Badge_Grade_Dashboard)\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://nodei.co/npm/disnod/\"\u003e\u003cimg src=\"https://nodei.co/npm/disnod.png?downloads=true\u0026downloadRank=true\u0026stars=true\" alt=\"npm version\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/disnod\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/disnod?style=for-the-badge\" alt=\"npm version\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/disnod\"\u003e\u003cimg src=\"https://img.shields.io/npm/dw/disnod?style=for-the-badge\" alt=\"Downloads\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n**Chat: [Discord group](https://discord.gg/m8297QY)**\n\nA 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.\n\n- [Basic](https://github.com/Bot-Academia/disnod/tree/master/template/basic)\n- [Default](https://github.com/Bot-Academia/disnod/tree/master/template/default)\n- [Advanced](https://github.com/Bot-Academia/disnod/tree/master/template/advanced)\n\n## Installation\n\n### Prerequisites\n\n- [**npm**](https://www.npmjs.com/) is a package manager for the JavaScript programming language.\n- [**node.js**](https://nodejs.org/en/) is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.\n\n## Quickstart\n\n```bash\nnpm install -g disnod\ndisnod create \u003cbotname\u003e\n```\n\n### Available Commands\n\n`disnod` offers the following set of commands:-\n\n| command                 | description                                         |\n| ----------------------- | --------------------------------------------------- |\n| disnod create \u003cbotname\u003e | Scaffolds a discord bot project in the current path |\n| disnod help             | fetches the help menu                               |\n\n## Features\n\n- 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.\n- disnod simplifies developer workflow by generating boilerplate code as required and automating redundant tasks.\n- It packs all the basic setup instructions given at [Discord.js Guide](https://discordjs.guide/)\n\n## Versioning And Help\n\n| option        | description              |\n| ------------- | ------------------------ |\n| -V, --version | Check CLI version        |\n| -h, --help    | Get help and check usage |\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/Bot-Academia/disnod/blob/master/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbot-academia%2Fdisnod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbot-academia%2Fdisnod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbot-academia%2Fdisnod/lists"}