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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a89fcf Β· Oct 9, 2021

History

37 Commits
Sep 17, 2021
Oct 9, 2021
Sep 17, 2021
Jul 1, 2021
Sep 17, 2021
Jul 1, 2021
Jul 1, 2021
Sep 29, 2021
Oct 9, 2021
Jul 1, 2021
Oct 9, 2021

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