Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

disnod

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disnod

Discord.js CLI tool

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

CLI tool for discord.js


Chat: Discord group

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.

Installation

Prerequisites

  • npm is a package manager for the JavaScript programming language.
  • node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.

Quickstart

npm install -g disnod
disnod create <botname>

Available Commands

disnod offers the following set of commands:-

commanddescription
disnod create Scaffolds a discord bot project in the current path
disnod helpfetches 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

Versioning And Help

optiondescription
-V, --versionCheck CLI version
-h, --helpGet help and check usage

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Keywords

FAQs

Package last updated on 12 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc