helpers/helper-issue

Name: helper-issue

Owner: Helpers

Description: Helper to create a URL that pre-populates a Github issue.

Created: 2015-09-03 13:10:56.0

Updated: 2015-09-03 17:02:11.0

Pushed: 2015-12-23 01:49:07.0

Homepage: null

Size: 13

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

helper-issue NPM version Build Status

Helper to create a URL that pre-populates a Github issue.

Install with npm

m i helper-issue --save
Usage
issue = require('helper-issue');
API
issue

Helper to create a URL that pre-populates a Github issue.

Params

Example

url = issue('helpers/helper-issue', {
tle: 'Issue Title',
dy: 'Issue body that may contain markdown'

 https://github.com/helper/helper-issue/issues/new?title=Issue%20Title&body=Issue%20body%20that%20may%20contain%20markdown
Related projects

parse-github-url: Parse a github URL into an object. | homepage

Running tests

Install dev dependencies:

m i -d && npm test
Contributing
Author

Brian Woodward

License

Copyright © 2015 Brian Woodward Released under the MIT license.


This file was generated by verb on December 22, 2015.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.