diff --git a/README.md b/README.md new file mode 100644 index 0000000..4643734 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# KnarLib + +KnarLib is my own library for reducing repeated code. As I've created several plugins, I find myself copying code from +one plugin to the next. As I tend to find better ways to do things over time, some plugins have an improved version of +the same code. Instead of updating the same feature for all plugins, I found it better to create a shared library. + +## License + +This library is licensed under the GPLv3. \ No newline at end of file