tradfursten / til

TIL: Today I Learned

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIL

Today I Learned

Inspired by jbranchaud/til. I'll try to add something that I've learned every day for my own learning process.

6 TILs and counting...


Categories


Alpine.js

Elixir

Java

Other

Vim

Usage

To auto-generate the README.md file, you can run

./createReadme.py > README.md

If you are using git, you can install this script as a pre-commit git hook so that it is autogenerated on each commit. Use the following command:

cd .git/hooks/ && ln -s ../../createReadme.py pre-commit && cd -

About

I shamelessly stole this idea from thoughtbot/til.

Other TIL Collections

About

TIL: Today I Learned

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%