revolunet / angular-google-analytics

Google Analytics tracking for your AngularJS apps
MIT License
652 stars 172 forks source link

Package for nuget #148

Closed Toxantron closed 8 years ago

Toxantron commented 8 years ago

Working with ASP.NET (Core) I think the project could reach more users when it is available on nuget as well. So far grunt and npm only cover node and php projects.

justinsa commented 8 years ago

I had no idea that PHP projects were heavily using NPM. I used to be a .NET developer (10 years). I haven't programmed in VS for a while now, but releasing for nuget was pretty straightforward as I recall. Good idea. Thanks, @Toxantron.

Toxantron commented 8 years ago

Well I don't think heavily but getting a js package via npm is an option. I think the php choice is bower which we could also add support for. I only came up with nuget since ASP.NET seems to be getting more attentions since Microsoft went open source.

justinsa commented 8 years ago

We already release to Bower. On Apr 9, 2016 23:27, Thomas Fuchs notifications@github.com wrote:Well I don't think heavily but getting a js package via npm is an option. I think the php choice is bower which wie could also add support for.

—You are receiving this because you commented.Reply to this email directly or view it on GitHub

Toxantron commented 8 years ago

I know. Didn't have coffee and kinda forgot. ;-)

revolunet commented 8 years ago

I think if you need "nuget" then you can release it there on your own ?

Toxantron commented 8 years ago

Sure I can. I thought you might be interested of adding it to the project in general. Since 'nuget' differentiates between author and publisher I can use my account and attribute it to you.

Should I include 'nuget' config via PR later?

revolunet commented 8 years ago

sounds good ! yes add the nuget config with a PR please

thank you