0.0.0 • Published 3 years ago

github1s v0.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

GitHub1s

github1s

One second to read GitHub code with VS Code.

Usage

Just add 1s after github and press Enter in browser address bar for any repository you want to read.

For Example VS Code:

https://github1s.com/microsoft/vscode

VS Code - GitHub1s

Demo

VS Code - GitHub1s

Development

You need these prerequisites as same as VS Code for development.

$ git clone git@github.com:conwnet/github1s.git
$ cd github1s
$ yarn
$ yarn watch
$ yarn serve # in another shell
$ # Then visit http://localhost:5000 once the build is completed.

Build

$ yarn
$ yarn build