2.0.1 • Published 3 years ago

@discord-factory/core-commands v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

📦 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