Viewing a single comment thread. View all comments

plg94 t1_j91e3me wrote

So what you're actually doing is just taking the .gitignore templates from Github, meaning they are not editable and it doesn't work offline.
Not bad per se, but you should definitely add that fact to your readme.

−2

twistedproton OP t1_j91ehvv wrote

It works offline, you only need to initialize the files only once.This downloads the files to a .gitno/templates folder in your home directory. Template generation is entirely offline. Its not yet refined, :) we are still at version 0.1.2

0

twistedproton OP t1_j91emo7 wrote

I'm also thinking of a way to get the templates faster without needed a github access token

2

plg94 t1_j91fev1 wrote

Oh ok. I just took a very quick glance at the code. I still think you should add a very short (one or two sentences) "how it works" to your readme.

1