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

https://github.com/royalicing/plz

A CLI for common developer queries
https://github.com/royalicing/plz

Last synced: 11 months ago
JSON representation

A CLI for common developer queries

Awesome Lists containing this project

README

          

# plz

A CLI for common developer queries

```shell
> plz http 408
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/408
https://httpstatuses.com/408
```

```shell
> plz jsonrpc
https://www.jsonrpc.org/specification
```

```shell
> plz http2
https://tools.ietf.org/html/rfc7540
```

```shell
> plz aria
https://www.w3.org/TR/wai-aria/
https://www.w3.org/TR/wai-aria-practices/
https://www.w3.org/TR/html-aria/
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA
```

## Install

```shell
brew install RoyalIcing/plz/plz
```

```shell
go get -u github.com/RoyalIcing/plz
```