/til

TIL: Today I Learned

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

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