README.md (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# purrkit group of libraries to make discord development a bit nicer for typescript developers. see: - [router](./pkgs/router/README.md): a web-framework-like router for discord bots - [types](./pkgs/types/README.md): autogenerated types for the discord api - [rest](./pkgs/rest/README.md): typesafe rest api client ## copying this project is licensed under the european union public license (eupl) v1.2. you can find the full license text either [here][LISC] or on the official [eupl website][EU], which also contains translations of the license in various languages. <!-- links --> [LISC]: ./LICENSE [EU]: https://interoperable-europe.ec.europa.eu/collection/eupl/eupl-text-eupl-12 |