UNPKG

rcnlx

Version:

A cli to generate discord.js projects

34 lines (22 loc) 1.18 kB
# rcnlx <p align="center"> <img src="https://img.shields.io/npm/dw/rcnlx?style=for-the-badge"> <img src="https://img.shields.io/npm/v/rcnlx?style=for-the-badge"> </p> <p align="center">Utilise a command handler in a matter of seconds</p> <p align="center"> <img src="https://imgur.com/etzHoE6.png"> </p> ## What is rcnlx? rcnlx is a CLI (Command Line Interface) tool that lets you generate a Discord.JS project in a matter of seconds. ## About rcnlx is simply a command and event handler. When creating events or initialiasing new projects it becomes super convinient and it just takes about 5 seconds to get it done :O. You can follow along with the discord.js tutorials by clicking [here](https://youtube.com/reconlxx) # Getting Started Install rcnlx by running `npm install -g rcnlx` - `cd` into your project by typing `cd <name of project>` - In the terminal type `rcnlx` and it will show options for you simply select `New` to create a new project. - To run the bot, type `node .` or `npx nodemon` to start up your bot. ## Author + [Discord Server](https://reconlx.js.org/#/discord) + [Github](https://github.com/reconlx)