https://github.com/y-less/bbb
Test 2
https://github.com/y-less/bbb
Last synced: about 2 months ago
JSON representation
Test 2
- Host: GitHub
- URL: https://github.com/y-less/bbb
- Owner: Y-Less
- Created: 2018-01-06T22:30:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T22:43:31.000Z (over 7 years ago)
- Last Synced: 2025-01-30T17:39:22.636Z (4 months ago)
- Language: SourcePawn
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The title of your library here, either `library.inc` or `My Cool Library`
> Short description of your library, why it's useful, some examples, pictures or videos.
>
> **IMPORTANT**: Modify `LICENSE` with your preferred license text. If you are fine with MIT, add your name and year.
>
> What the sections below should be used for:
>
> `## Installation`: Leave this section un-edited unless you have some specific additional installation procedure.
>
> `## Testing`: If your library is a code library, omit the `And connect to localhost:7777 to test.` note.
>
> And finally, maintaining `VERSION`:
>
> * Follow [Semantic Versioning](https://semver.org/)
> * When you release a new version, update `VERSION` and `git tag` it (use `make release` if you can)
> * Versioning is important for sampctl to use the version control features
>
> Happy Pawning!## Installation
Simply install to your project:
```bash
sampctl package install Owner/library
```Include in your code and begin using the library:
```pawn
#include
```## Usage
> Write your code documentation or examples here. If your library is documented in the source code, direct users there. If not, list your API and describe it well in this section.
> If your library is passive and has no API, simply omit this section.## Testing
To test, simply run the package:
```bash
sampctl package run
```And connect to `localhost:7777` to test.