pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project
MIT License
749 stars 49 forks source link

Add CONTRIBUTING.md #75

Closed mrseanryan closed 5 years ago

mrseanryan commented 5 years ago

To encourage folks to contribute, we could add a CONTRIBUTING.md.

There's a nice example here:

https://github.com/thoughtbot/factory_bot_rails/blob/master/CONTRIBUTING.md


Debugging It can also include note on how to debug:

Debug with VSCode

To debug with VSCode make sure you run the following in a terminal:

npm run watch
Back in VSCode, open a file, put a breakpoint (F9), then open a .feature file, put the cursor over a Scenario: line and press F5.

If you don't know where to put the breakpoint, you can always put it in the first line of the default export of app.ts.
mrseanryan commented 5 years ago

I will try to draft a text ...

mrseanryan commented 5 years ago

done