martellaj / license-injector

License Injector injects a license into your project and information headers into your code. :metal:
https://marketplace.visualstudio.com/items/martellaj.license-injector
MIT License
4 stars 3 forks source link

Add option to just insert a license file without inserting in headers of files #9

Open muuvmuuv opened 5 years ago

muuvmuuv commented 5 years ago

Would be nice, because in my case, I do this by hand and on new project it would be a good way to start up the project.

martellaj commented 5 years ago

PR welcome!

petems commented 4 years ago

I've ended up making a similar extension for my needs: https://marketplace.visualstudio.com/items?itemName=petems.mit-license-adder

@martellaj Are you accepting PRs? I'd be happy to add this feature, but I'd have to refactor to typescript so I can get the acceptance tests working