OscarGodson / jQuery-Plugin-Skeleton

Simple jQuery plugin skeleton with MIT license
GNU General Public License v2.0
98 stars 18 forks source link

License and tests #1

Open alexyoung opened 13 years ago

alexyoung commented 13 years ago

It would be nice if you included a license and tests in the skeleton, to inspire good practices!

OscarGodson commented 13 years ago

It does include a license, MIT, were you thinking of different ones or do you mean as a separate file?

Also, good idea about the tests. What sort of tests were you thinking?

alexyoung commented 13 years ago

I just meant a separate file so people would be encouraged to include a license if they use your skeleton. You could add a quick QUnit stub.

I write for a JavaScript blog, so I review a lot of jQuery plugins and find they often don't include licenses or tests, which is why I thought it would be useful!

OscarGodson commented 13 years ago

Thanks! Very good idea, ill look into it!

OscarGodson commented 13 years ago

FYI, added the external licenses! Thank for the suggestion. Looking into QUnit as well now.