Giter Site home page Giter Site logo

covenant-generator's Introduction

Covenant Generator

Greenkeeper badge Build Status FOSSA Status

Install

npm install -g covgen

Usage

And then in your new projects:

covgen <your_email_address>

Generates the Contributor Covenant inside the current directory.

You can also specify where the file goes:

covgen <your_email_address> destination.md

Or, for multiple locations, use commas to delimit locations

covgen <your_email_address> destination.md,newDirectory/second_destination.md

If you don't specify an email address, it will use the email found in ~/.gitconfig.

Warning! Just copy and pasting a code of conduct isn't a fix. You have to live by it.

I've made this project because the Contributor Covenant is a really good Code of Conduct to use as a standard and if you've read and will abide by it, it's a good default to include in your project.

The code of conduct in this repository was generated with covenant generator.

Contribute

Sure! Take a look at the Contributing file.

License

MIT

FOSSA Status

covenant-generator's People

Contributors

alanbsmith avatar betaorbust avatar fossabot avatar gld1982ltd avatar greenkeeper[bot] avatar meadowsys avatar richardlitt avatar simonv3 avatar yurickh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

covenant-generator's Issues

use the git email config setting if it can for email

FYI, i'm working on a PR, just putting this out there -

essentially, if an exec git config --get user.email works - use that for email if nothing suppllied as an argument. otherwise, bail and normal error message about needing an amil.,

Email address

The new version of Contributor Covenant (1.3.0) requires the insertion of an email address in the document. Could this be added as a parameter?

404 error when running `npx covgen`

I've used covgen for some time now, and truly love it. Running it on two different editors on two different machines (one in the cloud, one local), I'm getting the same issue:

The CLI errors out with a 404 and vomits this out to the terminal:

Downloading Contributors Covenant...
Error fetching file: StatusCodeError: 404 - "\n\n  \n    \n    \n\n    <title>Page Not Found</title>\n    \n    <style>\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n      background: rgb(14, 30, 37);\n      color: white;\n      overflow: hidden;\n      margin: 0;\n      padding: 0;\n    }\n\n    h1 {\n      margin: 0;\n      font-size: 22px;\n      line-height: 24px;\n    }\n\n    .main {\n      position: relative;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      height: 100vh;\n      width: 100vw;\n    }\n\n    .card {\n      position: relative;\n      display: flex;\n      flex-direction: column;\n      width: 75%;\n      max-width: 364px;\n      padding: 24px;\n      background: white;\n      color: rgb(14, 30, 37);\n      border-radius: 8px;\n      box-shadow: 0 2px 4px 0 rgba(14, 30, 37, .16);\n    }\n\n    a {\n      margin: 0;\n      text-decoration: none;\n      font-weight: 600;\n      line-height: 24px;\n      color: #00ad9f;\n    }\n\n    a svg {\n      position: relative;\n      top: 2px;\n    }\n\n    a:hover,\n    a:focus {\n      text-decoration: underline;\n      color: #007A70;\n    }\n\n    a:hover svg path{\n      fill: #007A70;\n    }\n\n    p:last-of-type {\n      margin: 0;\n    }\n\n    </style>\n  \n  \n    
\n
\n
\n

Page Not Found

\n
\n
\n

Looks like you've followed a broken link or entered a URL that doesn't exist on this site.

\n

\n \n \n \n \n Back to our site\n \n

\n
\n
\n
\n <script>\n (function() {\n if (document.referrer && document.location.host && document.referrer.match(new RegExp(\"^https?://\" + document.location.host))) {\n document.getElementById(\"back-link\").setAttribute(\"href\", document.referrer);\n }\n })();\n </script>\n \n\n\n" at new StatusCodeError (/Users/cyren/.npm/_npx/7098/lib/node_modules/covgen/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/Users/cyren/.npm/_npx/7098/lib/node_modules/covgen/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/Users/cyren/.npm/_npx/7098/lib/node_modules/covgen/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/Users/cyren/.npm/_npx/7098/lib/node_modules/covgen/node_modules/request/request.js:185:22) at Request.emit (events.js:210:5) at Request. (/Users/cyren/.npm/_npx/7098/lib/node_modules/covgen/node_modules/request/request.js:1154:10) at Request.emit (events.js:210:5) at IncomingMessage. (/Users/cyren/.npm/_npx/7098/lib/node_modules/covgen/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:299:28) at IncomingMessage.emit (events.js:215:7) at endReadableNT (_stream_readable.js:1183:12) at processTicksAndRejections (internal/process/task_queues.js:80:21) { name: 'StatusCodeError', statusCode: 404, message: `404 - "\\n\\n \\n \\n \\n\\n <title>Page Not Found</title>\\n \\n <style>\\n body {\\n font-family: -apple-system, BlinkMacSystemFont, \\"Segoe UI\\", Roboto, Helvetica, Arial, sans-serif, \\"Apple Color Emoji\\", \\"Segoe UI Emoji\\", \\"Segoe UI Symbol\\";\\n background: rgb(14, 30, 37);\\n color: white;\\n overflow: hidden;\\n margin: 0;\\n padding: 0;\\n }\\n\\n h1 {\\n margin: 0;\\n font-size: 22px;\\n line-height: 24px;\\n }\\n\\n .main {\\n position: relative;\\n display: flex;\\n flex-direction: column;\\n align-items: center;\\n justify-content: center;\\n height: 100vh;\\n width: 100vw;\\n }\\n\\n .card {\\n position: relative;\\n display: flex;\\n flex-direction: column;\\n width: 75%;\\n max-width: 364px;\\n padding: 24px;\\n background: white;\\n color: rgb(14, 30, 37);\\n border-radius: 8px;\\n box-shadow: 0 2px 4px 0 rgba(14, 30, 37, .16);\\n }\\n\\n a {\\n margin: 0;\\n text-decoration: none;\\n font-weight: 600;\\n line-height: 24px;\\n color: #00ad9f;\\n }\\n\\n a svg {\\n position: relative;\\n top: 2px;\\n }\\n\\n a:hover,\\n a:focus {\\n text-decoration: underline;\\n color: #007A70;\\n }\\n\\n a:hover svg path{\\n fill: #007A70;\\n }\\n\\n p:last-of-type {\\n margin: 0;\\n }\\n\\n </style>\\n \\n \\n
\\n
\\n
\\n

Page Not Found

\\n
\\n
\\n

Looks like you've followed a broken link or entered a URL that doesn't exist on this site.

\\n

\\n \\n \\n \\n \\n Back to our site\\n \\n

\\n
\\n
\\n
\\n <script>\\n (function() {\\n if (document.referrer && document.location.host && document.referrer.match(new RegExp(\\"^https?://\\" + document.location.host))) {\\n document.getElementById(\\"back-link\\").setAttribute(\\"href\\", document.referrer);\\n }\\n })();\\n </script>\\n \\n\\n\\n"`, error: '\n' + '\n' + ' \n' + ' \n' + ' \n' + '\n' + ' <title>Page Not Found</title>\n' + " \n" + ' <style>\n' + ' body {\n' + ' font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";\n' + ' background: rgb(14, 30, 37);\n' + ' color: white;\n' + ' overflow: hidden;\n' + ' margin: 0;\n' + ' padding: 0;\n' + ' }\n' + '\n' + ' h1 {\n' + ' margin: 0;\n' + ' font-size: 22px;\n' + ' line-height: 24px;\n' + ' }\n' + '\n' + ' .main {\n' + ' position: relative;\n' + ' display: flex;\n' + ' flex-direction: column;\n' + ' align-items: center;\n' + ' justify-content: center;\n' + ' height: 100vh;\n' + ' width: 100vw;\n' + ' }\n' + '\n' + ' .card {\n' + ' position: relative;\n' + ' display: flex;\n' + ' flex-direction: column;\n' + ' width: 75%;\n' + ' max-width: 364px;\n' + ' padding: 24px;\n' + ' background: white;\n' + ' color: rgb(14, 30, 37);\n' + ' border-radius: 8px;\n' + ' box-shadow: 0 2px 4px 0 rgba(14, 30, 37, .16);\n' + ' }\n' + '\n' + ' a {\n' + ' margin: 0;\n' + ' text-decoration: none;\n' + ' font-weight: 600;\n' + ' line-height: 24px;\n' + ' color: #00ad9f;\n' + ' }\n' + '\n' + ' a svg {\n' + ' position: relative;\n' + ' top: 2px;\n' + ' }\n' + '\n' + ' a:hover,\n' + ' a:focus {\n' + ' text-decoration: underline;\n' + ' color: #007A70;\n' + ' }\n' + '\n' + ' a:hover svg path{\n' + ' fill: #007A70;\n' + ' }\n' + '\n' + ' p:last-of-type {\n' + ' margin: 0;\n' + ' }\n' + '\n' + ' </style>\n' + ' \n' + ' \n' + '
\n' + '
\n' + '
\n' + '

Page Not Found

\n' + '
\n' + '
\n' + "

Looks like you've followed a broken link or entered a URL that doesn't exist on this site.

\n" + '

\n' + ' \n' + ' \n' + ' \n' + ' \n' + ' Back to our site\n' + ' \n' + '

\n' + '
\n' + '
\n' + '
\n' + ' <script>\n' + ' (function() {\n' + ' if (document.referrer && document.location.host && document.referrer.match(new RegExp("^https?://" + document.location.host))) {\n' + ' document.getElementById("back-link").setAttribute("href", document.referrer);\n' + ' }\n' + ' })();\n' + ' </script>\n' + ' \n' + '\n' + '\n', options: { uri: 'https://www.contributor-covenant.org/version/1/4/code-of-conduct.md', callback: [Function: RP$callback], transform: undefined, simple: true, resolveWithFullResponse: false, transform2xxOnly: false }, response: IncomingMessage { _readableState: ReadableState { objectMode: false, highWaterMark: 16384, buffer: BufferList { head: null, tail: null, length: 0 }, length: 0, pipes: null, pipesCount: 0, flowing: true, ended: true, endEmitted: true, reading: false, sync: false, needReadable: false, emittedReadable: false, readableListening: false, resumeScheduled: false, paused: false, emitClose: true, autoDestroy: false, destroyed: false, defaultEncoding: 'utf8', awaitDrain: 0, readingMore: false, decoder: null, encoding: null }, readable: false, _events: [Object: null prototype] { end: [Array], close: [Array], data: [Function], error: [Function] }, _eventsCount: 4, _maxListeners: undefined, socket: TLSSocket { _tlsOptions: [Object], _secureEstablished: true, _securePending: false, _newSessionPending: false, _controlReleased: true, _SNICallback: null, servername: 'www.contributor-covenant.org', alpnProtocol: false, authorized: true, authorizationError: null, encrypted: true, _events: [Object: null prototype], _eventsCount: 9, connecting: false, _hadError: false, _parent: null, _host: 'www.contributor-covenant.org', _readableState: [ReadableState], readable: false, _maxListeners: undefined, _writableState: [WritableState], writable: false, allowHalfOpen: false, _sockname: null, _pendingData: null, _pendingEncoding: '', server: undefined, _server: null, ssl: null, _requestCert: true, _rejectUnauthorized: true, parser: null, _httpMessage: [ClientRequest], write: [Function: writeAfterFIN], [Symbol(res)]: [TLSWrap], [Symbol(asyncId)]: 60, [Symbol(kHandle)]: null, [Symbol(lastWriteQueueSize)]: 0, [Symbol(timeout)]: null, [Symbol(kBuffer)]: null, [Symbol(kBufferCb)]: null, [Symbol(kBufferGen)]: null, [Symbol(kBytesRead)]: 3092, [Symbol(kBytesWritten)]: 103, [Symbol(connect-options)]: [Object] }, connection: TLSSocket { _tlsOptions: [Object], _secureEstablished: true, _securePending: false, _newSessionPending: false, _controlReleased: true, _SNICallback: null, servername: 'www.contributor-covenant.org', alpnProtocol: false, authorized: true, authorizationError: null, encrypted: true, _events: [Object: null prototype], _eventsCount: 9, connecting: false, _hadError: false, _parent: null, _host: 'www.contributor-covenant.org', _readableState: [ReadableState], readable: false, _maxListeners: undefined, _writableState: [WritableState], writable: false, allowHalfOpen: false, _sockname: null, _pendingData: null, _pendingEncoding: '', server: undefined, _server: null, ssl: null, _requestCert: true, _rejectUnauthorized: true, parser: null, _httpMessage: [ClientRequest], write: [Function: writeAfterFIN], [Symbol(res)]: [TLSWrap], [Symbol(asyncId)]: 60, [Symbol(kHandle)]: null, [Symbol(lastWriteQueueSize)]: 0, [Symbol(timeout)]: null, [Symbol(kBuffer)]: null, [Symbol(kBufferCb)]: null, [Symbol(kBufferGen)]: null, [Symbol(kBytesRead)]: 3092, [Symbol(kBytesWritten)]: 103, [Symbol(connect-options)]: [Object] }, httpVersionMajor: 1, httpVersionMinor: 1, httpVersion: '1.1', complete: true, headers: { 'cache-control': 'public, max-age=0, must-revalidate', 'content-type': 'text/html; charset=utf-8', date: 'Fri, 06 Mar 2020 21:45:21 GMT', etag: '1502596438-ssl', age: '14', 'content-length': '2785', connection: 'close', server: 'Netlify', 'x-nf-request-id': 'ed89988e-f425-4f6b-a7cc-d401ab31609a-10350449' }, rawHeaders: [ 'Cache-Control', 'public, max-age=0, must-revalidate', 'Content-Type', 'text/html; charset=utf-8', 'Date', 'Fri, 06 Mar 2020 21:45:21 GMT', 'Etag', '1502596438-ssl', 'Age', '14', 'Content-Length', '2785', 'Connection', 'close', 'Server', 'Netlify', 'X-NF-Request-ID', 'ed89988e-f425-4f6b-a7cc-d401ab31609a-10350449' ], trailers: {}, rawTrailers: [], aborted: false, upgrade: false, url: '', method: null, statusCode: 404, statusMessage: 'Not Found', client: TLSSocket { _tlsOptions: [Object], _secureEstablished: true, _securePending: false, _newSessionPending: false, _controlReleased: true, _SNICallback: null, servername: 'www.contributor-covenant.org', alpnProtocol: false, authorized: true, authorizationError: null, encrypted: true, _events: [Object: null prototype], _eventsCount: 9, connecting: false, _hadError: false, _parent: null, _host: 'www.contributor-covenant.org', _readableState: [ReadableState], readable: false, _maxListeners: undefined, _writableState: [WritableState], writable: false, allowHalfOpen: false, _sockname: null, _pendingData: null, _pendingEncoding: '', server: undefined, _server: null, ssl: null, _requestCert: true, _rejectUnauthorized: true, parser: null, _httpMessage: [ClientRequest], write: [Function: writeAfterFIN], [Symbol(res)]: [TLSWrap], [Symbol(asyncId)]: 60, [Symbol(kHandle)]: null, [Symbol(lastWriteQueueSize)]: 0, [Symbol(timeout)]: null, [Symbol(kBuffer)]: null, [Symbol(kBufferCb)]: null, [Symbol(kBufferGen)]: null, [Symbol(kBytesRead)]: 3092, [Symbol(kBytesWritten)]: 103, [Symbol(connect-options)]: [Object] }, _consuming: true, _dumped: false, req: ClientRequest { _events: [Object: null prototype], _eventsCount: 5, _maxListeners: undefined, outputData: [], outputSize: 0, writable: true, _last: true, chunkedEncoding: false, shouldKeepAlive: false, useChunkedEncodingByDefault: false, sendDate: false, _removedConnection: false, _removedContLen: false, _removedTE: false, _contentLength: 0, _hasBody: true, _trailer: '', finished: true, _headerSent: true, socket: [TLSSocket], connection: [TLSSocket], _header: 'GET /version/1/4/code-of-conduct.md HTTP/1.1\r\n' + 'host: www.contributor-covenant.org\r\n' + 'Connection: close\r\n' + '\r\n', _onPendingData: [Function: noopPendingOutput], agent: [Agent], socketPath: undefined, method: 'GET', path: '/version/1/4/code-of-conduct.md', _ended: true, res: [Circular], aborted: false, timeoutCb: null, upgradeOrConnect: false, parser: null, maxHeadersCount: null, [Symbol(kNeedDrain)]: false, [Symbol(isCorked)]: false, [Symbol(kOutHeaders)]: [Object: null prototype] }, request: Request { _events: [Object: null prototype], _eventsCount: 5, _maxListeners: undefined, uri: [Url], readable: true, writable: true, _qs: [Querystring], _auth: [Auth], _oauth: [OAuth], _multipart: [Multipart], _redirect: [Redirect], _tunnel: [Tunnel], _rp_resolve: [Function], _rp_reject: [Function], _rp_promise: [Promise [Object]], _rp_callbackOrig: undefined, callback: [Function], _rp_options: [Object], headers: {}, setHeader: [Function], hasHeader: [Function], getHeader: [Function], removeHeader: [Function], method: 'GET', localAddress: undefined, pool: {}, dests: [], __isRequestRequest: true, _callback: [Function: RP$callback], proxy: null, tunnel: true, setHost: true, originalCookieHeader: undefined, _disableCookies: true, _jar: undefined, port: 443, host: 'www.contributor-covenant.org', path: '/version/1/4/code-of-conduct.md', httpModule: [Object], agentClass: [Function: Agent], agent: [Agent], _started: true, href: 'https://www.contributor-covenant.org/version/1/4/code-of-conduct.md', req: [ClientRequest], ntick: true, response: [Circular], originalHost: 'www.contributor-covenant.org', originalHostHeaderName: 'host', responseContent: [Circular], _destdata: true, _ended: true, _callbackCalled: true }, toJSON: [Function: responseToJSON], caseless: Caseless { dict: [Object] }, body: '\n' + '\n' + ' \n' + ' \n' + ' \n' + '\n' + ' <title>Page Not Found</title>\n' + " \n" + ' <style>\n' + ' body {\n' + ' font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";\n' + ' background: rgb(14, 30, 37);\n' + ' color: white;\n' + ' overflow: hidden;\n' + ' margin: 0;\n' + ' padding: 0;\n' + ' }\n' + '\n' + ' h1 {\n' + ' margin: 0;\n' + ' font-size: 22px;\n' + ' line-height: 24px;\n' + ' }\n' + '\n' + ' .main {\n' + ' position: relative;\n' + ' display: flex;\n' + ' flex-direction: column;\n' + ' align-items: center;\n' + ' justify-content: center;\n' + ' height: 100vh;\n' + ' width: 100vw;\n' + ' }\n' + '\n' + ' .card {\n' + ' position: relative;\n' + ' display: flex;\n' + ' flex-direction: column;\n' + ' width: 75%;\n' + ' max-width: 364px;\n' + ' padding: 24px;\n' + ' background: white;\n' + ' color: rgb(14, 30, 37);\n' + ' border-radius: 8px;\n' + ' box-shadow: 0 2px 4px 0 rgba(14, 30, 37, .16);\n' + ' }\n' + '\n' + ' a {\n' + ' margin: 0;\n' + ' text-decoration: none;\n' + ' font-weight: 600;\n' + ' line-height: 24px;\n' + ' color: #00ad9f;\n' + ' }\n' + '\n' + ' a svg {\n' + ' position: relative;\n' + ' top: 2px;\n' + ' }\n' + '\n' + ' a:hover,\n' + ' a:focus {\n' + ' text-decoration: underline;\n' + ' color: #007A70;\n' + ' }\n' + '\n' + ' a:hover svg path{\n' + ' fill: #007A70;\n' + ' }\n' + '\n' + ' p:last-of-type {\n' + ' margin: 0;\n' + ' }\n' + '\n' + ' </style>\n' + ' \n' + ' \n' + '
\n' + '
\n' + '
\n' + '

Page Not Found

\n' + '
\n' + '
\n' + "

Looks like you've followed a broken link or entered a URL that doesn't exist on this site.

\n" + '

\n' + ' \n' + ' \n' + ' \n' + ' \n' + ' Back to our site\n' + ' \n' + '

\n' + '
\n' + '
\n' + '
\n' + ' <script>\n' + ' (function() {\n' + ' if (document.referrer && document.location.host && document.referrer.match(new RegExp("^https?://" + document.location.host))) {\n' + ' document.getElementById("back-link").setAttribute("href", document.referrer);\n' + ' }\n' + ' })();\n' + ' </script>\n' + ' \n' + '\n' + '\n' } }

An in-range update of request-promise is breaking the build 🚨

The dependency request-promise was updated from 4.2.2 to 4.2.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

request-promise is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 17 commits.

  • d831905 Version 4.2.3 (now really)
  • 37e8773 fix: updated indirect lodash dependency to fix security vulnerability
  • 229225e Version 4.2.3
  • 4f27097 chore: fix ci build for node v8+
  • c535eb6 Merge pull request #299 from aomdoa/fixToughCookieDep
  • 488947b Merge branch 'master' into fixToughCookieDep
  • 131abd7 fix: breaking change in tough-cookie v3
  • b454ddc chore: added node 8 and 10 to ci build
  • 6d11ddc fix: typo
  • 3a136ea Merge pull request #303 from lexjacobs/patch-1
  • 5e32191 docs: mention of wrapped request errors
  • 2ac4f3e Update rp.js
  • 1457338 Workaround on the cookie processing test.
  • 062d5f8 Limit the tough-cookie to 2.5 as 3.x removes node 0.10 support
  • 18c838a docs: cheat sheet for POST like HTML forms do

There are 17 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

npx covgen does nothing

On contributor-covenant.org, it says:

Assuming that you have Node.js installed, simply run the following two commands from your project folder:

npm install -g covgen covgen <your_email_address>

If you have npm 5.x installed you can run npx covgen <your_email_address> instead of installing globally.

For me, after doing the following:

$ npx covgen [email protected]
npx: installed 60 in 12.139s
Downloading Contributors Covenant...
Replacing e-mail address...

...nothing happens. No files added to disk, nothing. What is npx covgen <your_email_address> supposed to do, exactly?

An in-range update of request is breaking the build 🚨

The dependency request was updated from 2.88.0 to 2.88.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

request is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of bent is breaking the build 🚨


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


The dependency bent was updated from 7.3.0 to 7.3.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

bent is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 1 commits.

  • 9860b28 bubble up zlib errors (#102)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of request-promise is breaking the build 🚨

The dependency request-promise was updated from 4.2.4 to 4.2.5.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

request-promise is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 2 commits.

  • fd52247 Version 4.2.5
  • a27ba86 chore: updated request-promise-core that updates lodash

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

feature_request(path): Multiple paths

1. Summary

It would be nice, if would be possible generate CODE_OF_CONDUCT.md file for multiple paths.

See also related issue for conduct package.

2. Example usage

If:

covgen <[email protected]> --file CODE_OF_CONDUCT.md output/CODE_OF_CONDUCT.md

Will generate 2 CODE_OF_CONDUCT.md files: in root and output folders.

3. Argumentation

Example project structure:

D:.
β”‚   source_file
β”‚
β”œβ”€β”€β”€another_source_folder
β”œβ”€β”€β”€output
β”‚       build_file
β”‚
└───source_folder

I built my project β†’ I get content of output folder.

I have 1 GitHub repository for source and another repository for output. I need add CODE_OF_CONDUCT.md for source and for output both.

Real example:

I need CODE_OF_CONDUCT.md for both repositories.

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.