From e63e01e87b5c3a122415ce6c93a9720173efd02e Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Thu, 11 Sep 2025 15:01:19 +1000 Subject: [PATCH] Added readme for packages --- packages/readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/readme.md diff --git a/packages/readme.md b/packages/readme.md new file mode 100644 index 0000000..cf5e53e --- /dev/null +++ b/packages/readme.md @@ -0,0 +1,11 @@ +### Ground Packages + +These packages contain a variety of useful functions, such as the math library supporting sine, cosine and tangent, or the strings library supporting built-in searching for substrings. + +If you have any suggestions, feel free to create an issue! I will try and add as many suggestions (within reason) as possible. + +The packages here are written in pure, unmodified Ground. There is no need for extra installations or even standard libraries. + +Also note that most of these functions rely on other functions within the library. This should be detailed in the readme. Also please note that if a package requires any other packages, it will be clearly outlined at the top of the readme.md file. + +With that out of the way, please enjoy these packages! \ No newline at end of file