https://github.com/vim-jp/redirects
Provide redirects for Vim binaries
https://github.com/vim-jp/redirects
Last synced: about 1 year ago
JSON representation
Provide redirects for Vim binaries
- Host: GitHub
- URL: https://github.com/vim-jp/redirects
- Owner: vim-jp
- Created: 2016-03-20T18:04:46.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-10-30T01:58:00.000Z (over 1 year ago)
- Last Synced: 2024-10-30T04:02:18.245Z (over 1 year ago)
- Language: HTML
- Homepage: https://vim-jp.org/redirects/
- Size: 1.55 MB
- Stars: 11
- Watchers: 8
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redirect pages to Vim binaries
## How to update redirects
### Pre requirements
* of course checkout this [vim-jp/redirects][1] repo
* [go 1.5.3 or above (1.6 is recommended)][2]
* golang external packages
```
$ go get -u github.com/koron/go-github
$ go get -u gopkg.in/yaml.v2
```
### Update redirects
```
$ cd vim-jp/redirects
$ go run _scripts/vim_jp-redirects-update/main.go
$ git add .
$ git commit -m "awesome comments"
$ git push
```
[1]:https://github.com/vim-jp/redirects
[2]:https://golang.org/dl/