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

Add support for package metadata #3

Open
ldodds opened this issue Jan 31, 2013 · 2 comments
Open

Add support for package metadata #3

ldodds opened this issue Jan 31, 2013 · 2 comments
Assignees

Comments

@ldodds
Copy link
Owner

ldodds commented Jan 31, 2013

Add support for parsing package.json from the directory of queries.

The package metadata should include the following:

  • title of the package
  • summary of the package
  • list of additional files to process and include as markdown
  • list of additional files to copy to output, e.g. images
  • default list of @endpoint values, which will be used if none are set on queries
  • default list of @author values, which will be used if none are set on queries
  • default list of @tag values, which will be used if none are set on queries
@ghost ghost assigned ldodds Jan 31, 2013
@ldodds ldodds mentioned this issue Feb 1, 2013
@ldodds
Copy link
Owner Author

ldodds commented Feb 1, 2013

The majority of this is now implement. All that is remaining is:

  • list of additional files to copy to output, e.g. images

Might also want to improve extra-files parameter to support page title.

@ldodds
Copy link
Owner Author

ldodds commented Feb 4, 2013

The only item remaining on this list is copying additional files to the output.

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

No branches or pull requests

1 participant