A generic command parser meant for discord bots, though works for just about anything else
Go to file
Navy.gif 57313488b4
All checks were successful
continuous-integration/drone/push Build is passing
v1.5.0
2023-05-12 17:25:36 +03:00
scripts Update to support both cjs and esm 2023-04-13 20:18:40 +03:00
src Refactor parser to allow parsing of just arguments 2023-05-12 17:24:59 +03:00
tests Refactor parser to allow parsing of just arguments 2023-05-12 17:24:59 +03:00
.drone.yml more tests & enforce structure 2023-02-12 18:08:52 +02:00
.eslintignore
.eslintrc.json Update to support both cjs and esm 2023-04-13 20:18:40 +03:00
.gitignore
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.5.0 2023-05-12 17:25:36 +03:00
README.md
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

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.