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
- Host: GitHub
- URL: https://github.com/a7mooz/djs-handler
- Owner: A7mooz
- License: mit
- Created: 2023-01-20T17:33:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T06:04:24.000Z (over 2 years ago)
- Last Synced: 2025-03-03T22:23:59.704Z (over 1 year ago)
- Topics: cli, discordjs, handler, wokcommands
- Language: TypeScript
- Homepage:
- Size: 388 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
A7MOOZ'S DISCORD.JS HANDLER
## 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