natcl / max_package_downloader

A utility to download Packages from within Max
41 stars 7 forks source link

package-info.json? #3

Closed emmanueljourdan closed 11 years ago

emmanueljourdan commented 11 years ago

Hey,

Just an idea, if you where to require that the packages would include a file which would contain the version, it would be easier to suggest updates.

For instance you could have a package-info.json in each package folder:

{ "name" : "ejies", "version" : "3.11", "big_version" : 3, "small_version" : 11, }

Just an idea… ej

natcl commented 11 years ago

That's a great idea ! Will add to the todo

Merci !

Le 2013-04-20 à 09:01, Emmanuel Jourdan notifications@github.com a écrit :

Hey,

Just an idea, if you where to require that the packages would include a file which would contain the version, it would be easier to suggest updates.

For instance you could have a package-info.json in each package folder:

{ "name" : "ejies", "version" : "3.11", "big_version" : 3, "small_version" : 11, }

Just an idea… ej

— Reply to this email directly or view it on GitHub.

natcl commented 11 years ago

Reminder for myself: This would also contain the following:

natcl commented 11 years ago

I added a package-info.json file, would you add anything else ? https://github.com/natcl/max_package_downloader/blob/master/package-info.json

natcl commented 11 years ago

Now implemented !