-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
More work on danger init #436
Conversation
New dependencies added: parse-git-config and parse-github-url. parse-git-configAuthor: Jon Schlinkert Description: Parse `.git/config` into a JavaScript object. sync or async. Homepage: https://github.com/jonschlinkert/parse-git-config
|
Commits | Contributor |
---|---|
48 | jonschlinkert |
1 | sam3d |
1 | jsdnxx |
Building docs
(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)
To generate the readme and API documentation with verb:
$ npm install -g verb verb-generate-readme && verb
Running tests
Install dev dependencies:
$ npm install -d && npm test
Author
Jon Schlinkert
License
Copyright © 2016, Jon Schlinkert.
Released under the MIT license.
This file was generated by verb-generate-readme, v0.2.0, on December 14, 2016.
yarn why parse-git-config
output
Has been hoisted to "parse-git-config"
This module exists because it's specified in "dependencies".
Disk size without dependencies: "20kB"
Disk size with unique dependencies: "88kB"
Disk size with transitive dependencies: "136kB"
Number of shared dependencies: 5
Generated by 🚫 dangerJS
This wraps up the feature I think. It handles the final CI integration step.