All Projects → domenic → specgo

domenic / specgo

Licence: Apache-2.0 license
A command-line tool for opening web specifications

Programming Languages

javascript
184084 projects - #8 most used programming language

Specgo

Specgo is a command-line utility for opening web specifications (such as those from the WHATWG, W3C, or IETF) in your web browser.

Once you install it, using

npm install -g specgo

you can use it like so:

specgo html          # opens https://html.spec.whatwg.org/multipage/

specgo mix           # opens https://w3c.github.io/webappsec-mixed-content/
specgo mixed-content # ditto

specgo rfc7234       # opens https://httpwg.org/specs/rfc7234.html

Acknowledgments

This tool is largely a frontend to Specref, by @tobie.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].