rcnlx
v1.2.1
Published
A cli to generate discord.js projects
Downloads
12
Readme
rcnlx
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
Getting Started
Install rcnlx by running npm install -g rcnlx
cd
into your project by typingcd <name of project>
- In the terminal type
rcnlx
and it will show options for you simply selectNew
to create a new project. - To run the bot, type
node .
ornpx nodemon
to start up your bot.