Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read information from language-specific package description files #9

Open
hubgit opened this issue Mar 6, 2014 · 4 comments
Open

Comments

@hubgit
Copy link
Member

hubgit commented Mar 6, 2014

See the wiki for a summary of the main package description formats.

If a package description file already exists in the repository, read information from there.

Examples: package.json (node), bower.json (web), composer.json (PHP), META.json (Perl), DESCRIPTION (R), etc…

@robldavidson
Copy link

Sounds like a good idea. Would also be good to create a universal format for anyone working in a non-standard language.
That could simply be the common subset of essential fields from all those formats listed in your link.
At best, it would encourage uniformity across languages and allow new developers to learn about one package description format that would apply to any language they ended up using.

@hubgit
Copy link
Member Author

hubgit commented Mar 19, 2014

https://xkcd.com/927/

@robldavidson
Copy link

Ha. Point well made.

@hubgit
Copy link
Member Author

hubgit commented Apr 17, 2014

There's a related thread in the json-ld.js issue tracker about adding JSON-LD context file to a package.json file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants