DiscordFactory / core-commands

πŸ“ Command prompt to simplify the use of the framework by generating files according to a question/answer set.

Repository from Github https://github.comDiscordFactory/core-commandsRepository from Github https://github.comDiscordFactory/core-commands

πŸ“¦ Core-commands

This module allows you to quickly generate order files, events and hooks to increase productivity.

Getting started

First, you need to import the module with the following command :

With NPM

npm install @discord-factory/core-commands@lasted

With YARN

yarn add @discord-factory/core-commands@lasted

How to use

The @discord-factory/core-commands module provides commands allowing you to instantly create a command :

Make command

npm run factory make:command MyCommand
yarn factory make:command MyCommand

Make event

npm run factory make:event MyEvent
yarn factory make:event MyEvent

Make hook

npm run factory make:hook MyHook
yarn factory make:hook MyHook

Make context menu

npm run factory make:context-menu MyContextMenu
yarn factory make:context-menu MyContextMenu

Make context menu

npm run factory pm2:ecosystem
yarn factory pm2:ecosystem

License

MIT License Β© 2021 Baptiste Parmantier

About

πŸ“ Command prompt to simplify the use of the framework by generating files according to a question/answer set.

License:MIT License


Languages

Language:TypeScript 100.0%