Skip to content

Craftermath/TIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIL

Today I Learned

A collection of concise write-ups on small things I learn across a variety of languages and technologies.

5 TILs and counting...

Categories


12factor

Github

Python


Usage

Steps to follow:

  1. Create directories for specific topics.

  2. Inside those directories create a Markdown file with your title for example How_to_autogenerate_a_README.md, Create_a_simple_App.md etc. Make sure that the markdown file has a title. Spaces in titles are not recommended since different services render markdown differently.

  3. Every Markdown TIL file should start with a # i.e h1 heading.

  4. Run python createTIL.py to auto-generate the new README file for you

OR

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 ../../createtil.py pre-commit && cd -

  1. Once satisfied push your changes.

About

Original Idea/Work thoughtbot/til.

About

Today I Learned

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages