Hyperlinks packages.json for github.

This commit is contained in:
Grzegorz Adam Hankiewicz 2013-12-03 23:28:02 +01:00
parent b3858fed34
commit 4b5b2f44e2

View File

@ -5,11 +5,12 @@ This is a central listing of all packages for
[Nimrod programming language](http://nimrod-code.org). [Nimrod programming language](http://nimrod-code.org).
## Adding your own package ## Adding your own package
To add your own package, fork this repository, edit packages.json and make To add your own package, fork this repository, edit
a pull request. [packages.json](packages.json) and make a pull request.
Packages.json is a simple array of objects. Each package object should have the [Packages.json](packages.json) is a simple array of objects. Each package
following fields (unless the field is marked as optional): object should have the following fields (unless the field is marked as
optional):
* name - The name of the package, this should match the name in the package's * name - The name of the package, this should match the name in the package's
babel file. babel file.