Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cristianoliveira/vim-tips
A bot for random vim tips that are posted on https://twitter.com/ClubVim
https://github.com/cristianoliveira/vim-tips
bot twitter-bot vim
Last synced: 1 day ago
JSON representation
A bot for random vim tips that are posted on https://twitter.com/ClubVim
- Host: GitHub
- URL: https://github.com/cristianoliveira/vim-tips
- Owner: cristianoliveira
- License: mit
- Created: 2018-11-24T11:00:14.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T19:29:53.000Z (5 months ago)
- Last Synced: 2024-06-09T21:09:38.687Z (5 months ago)
- Topics: bot, twitter-bot, vim
- Language: TypeScript
- Homepage:
- Size: 412 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-tips
A learning purpose bot for twitter, learn a new VIM feature everyday :)
Liked the project? Contribute:
https://www.buymeacoffee.com/vimclub# Why VIM?
Well, because of the first rule of the Vim's club. "Always talk about VIM". So
it's funny to have a vim bot that does exactly that and I can automate away it
from my responsabilities as a VIM user. :P# Runnning
Using yarn
```bash
yarn && yarn start
```Using docker:
```
docker-compose up
```#Licence
MIT