freelyformd / github-todos

MVP: Analyse a repo's code for TODOs and FixMe comments & make github issues out of them
ISC License
3 stars 0 forks source link

create and edit issues on github repos #5

Closed lubegasimon closed 6 years ago

lubegasimon commented 6 years ago

So far, enabled the GH app (bot) to post a comment on an opened issue.

epicallan commented 6 years ago

By @lubegasimon: Nodemon & tests fail to work

I will look into this tomorrow.

epicallan commented 6 years ago

@lubegasimon Hey I think you forgot that you need typescript & tslint as a dependency to get this project working with typescript. Going to update your branch with those changes

lubegasimon commented 6 years ago

@epicallan , thought of typescript, though thought the tsconfig file could stand in

epicallan commented 6 years ago

tsconfig file is just a set of configurations, you will still need typescript executable as either a global or local install to use typescript @lubegasimon