ice-command-line-interface
v1.1.5
Published
Ice Command Line Interface is a new method to easily create a new bot discord. Indeed, ICLI allows you to import a healthy development database so that you can easily create your bot discord.
Downloads
4
Readme
Ice Command Line Interface (ICLI)
Ice Command Line Interface is a new method to easily create a new bot discord. Indeed, ICLI allows you to import a healthy development database so that you can easily create your bot discord.
Prerequisites
To use the Ice Command Line Interface, you must have Node on your computer
Installing
You should install ICLI
npm i discord.js
npm i -g ice-command-line-interface
Open a new command prompt and use the following command
ice make:project <your project name>
Note : There should be no space in the project name, privilege underscores
Commands
Commands | Usage ------------ | ------------- ice make:project <project_name> | Creat a new project ice make:command <command_name> | Create a new command. Don't write the extension
Built With
- Node.js - server
- Discord.js - Primary module
Authors
- Freeze - Initial work - read more
License
This project is licensed under the MIT License - see the LICENSE.md file for details