An open API service indexing awesome lists of open source software.

https://github.com/y-less/aaa

Test 1
https://github.com/y-less/aaa

Last synced: 2 months ago
JSON representation

Test 1

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.