# {{.Repo}} [![sampctl](https://img.shields.io/badge/sampctl-{{.RepoEscaped}}-2f2f2f.svg?style=for-the-badge)](https://github.com/{{.User}}/{{.Repo}}) ## Installation Simply install to your project: ```bash sampctl package install {{.User}}/{{.Repo}} ``` Include in your code and begin using the library: ```pawn #include <{{.Repo}}> ``` ## Usage ## Testing To test, simply run the package: ```bash sampctl package run ```