This module allows you to quickly generate order files, events and hooks to increase productivity.
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
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
MIT License Β© 2021 Baptiste Parmantier