Skip to content

larden/til

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TIL

Today I Learned A collection of concise write-ups on small things I learn day to day across a variety of languages and technologies. These are things that don't really warrant a full blog post.

4 TILs and counting...


Categories


Unix

Vim

Usage

To auto-generate1 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:

Footnotes

  1. CreateReadme has been copied from pull request

About

Today I learned

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages