A generic command parser meant for discord bots, though works for just about anything else
Go to file
2023-05-05 18:29:54 +03:00
scripts Update to support both cjs and esm 2023-04-13 20:18:40 +03:00
src v1.4.5 2023-05-05 18:29:54 +03:00
tests v1.4.5 2023-05-05 18:29:54 +03:00
.drone.yml more tests & enforce structure 2023-02-12 18:08:52 +02:00
.eslintignore meta packages 2022-07-29 14:17:01 +03:00
.eslintrc.json Update to support both cjs and esm 2023-04-13 20:18:40 +03:00
.gitignore test configs 2023-02-12 17:20:05 +02:00
babel.config.cjs default help option to commands and subcommands 2023-05-05 17:32:29 +03:00
index.ts v1.4.3 2023-04-16 17:37:46 +03:00
jest.config.cjs default help option to commands and subcommands 2023-05-05 17:32:29 +03:00
package.json v1.4.5 2023-05-05 18:29:54 +03:00
README.md meta files 2022-07-29 18:48:03 +03:00
tsconfig.cjs.json Update to support both cjs and esm 2023-04-13 20:18:40 +03:00
tsconfig.json v1.4.3 2023-04-16 17:37:46 +03:00
yarn.lock test configs 2023-02-12 17:20:05 +02:00

A command parser for Discord bots. Should work with any JS library.

You're expected to implement a string -> abstraction resolver yourself and pass it to the parser.