Skip to content

📐 Command prompt to simplify the use of the framework by generating files according to a question/answer set.

License

Notifications You must be signed in to change notification settings

DiscordFactory/core-commands

Repository files navigation

📦 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.

Resources

License

Stars

Watchers

Forks