An open API service indexing awesome lists of open source software.

https://github.com/a7mooz/djs-handler

A cli tool that helps you build strongly typed discord.js handler inspired by WOKCommands
https://github.com/a7mooz/djs-handler

cli discordjs handler wokcommands

Last synced: over 1 year ago
JSON representation

A cli tool that helps you build strongly typed discord.js handler inspired by WOKCommands

Awesome Lists containing this project

README

          

A7MOOZ'S DISCORD.JS HANDLER



NPM version
NPM downloads
Build status

## Initiate

#### npm

```
npm init @a7mooz/djs-handler@latest
```

#### yarn

```
yarn create @a7mooz/djs-handler
```

#### pnpm

```
pnpm create @a7mooz/djs-handler
```

## Get it to work

- Put your environment variables `.env` file from the example in `.env.example`

- `cd your-project-name`

- Start Your Project:

##### npm

```
npm run dev
```

##### yarn

```
yarn dev
```

##### pnpm

```
pnpm dev
```

[contributors-shield]: https://img.shields.io/github/contributors/a7mooz/djs-handler.svg?style=for-the-badge
[contributors-url]: https://github.com/a7mooz/djs-handler/graphs/contributors
[stars-shield]: https://img.shields.io/github/stars/a7mooz/djs-handler.svg?style=for-the-badge
[stars-url]: https://github.com/a7mooz/djs-handler/stargazers
[issues-shield]: https://img.shields.io/github/issues/a7mooz/djs-handler.svg?style=for-the-badge
[issues-url]: https://github.com/a7mooz/djs-handler/issues
[license-shield]: https://img.shields.io/github/license/a7mooz/djs-handler.svg?style=for-the-badge
[license-url]: https://github.com/a7mooz/djs-handler/blob/main/LICENSE.txt