Upgrade the project meta data to support new catalog commands
The NR1 CLI will soon be updated with commands that enable one to request to have their app added to the catalog. In order to prepare the existing open source NR1 apps for that coming change I've added meta data according to what the catalog commands will be looking for.
Add a config.json file to a catalog directory in the repo root, matching this format.
Add a documentation.md file to a catalog directory in the repo root, matching this format.
(Optional) If there's additional documentation referenced in the repo, add a additionalInfo.md file to a catalog directory in the repo root, matching this format.
Update the relative paths in documentation.md to be absolute paths
Add the new header image to the top of README.md and catalog/documentation.md.
Upgrade the project meta data to support new catalog commands
The NR1 CLI will soon be updated with commands that enable one to request to have their app added to the catalog. In order to prepare the existing open source NR1 apps for that coming change I've added meta data according to what the catalog commands will be looking for.
config.json
file to acatalog
directory in the repo root, matching this format./screenshots
directory intocatalog
:README.md
.additionalInfo.md
file to acatalog
directory in the repo root, matching this format.documentation.md
to be absolute pathsREADME.md
andcatalog/documentation.md
.README.md
commands section matches Justin's snippet.npm start
and let the CLI move thenr1.json
Resolves newrelic#25