Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 4ac1e4e

Browse files
author
Charlike Mike Reagent
committed
feat: tweaks and bugs on the core library
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
1 parent a8651aa commit 4ac1e4e

7 files changed

Lines changed: 74 additions & 66 deletions

File tree

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projectName": "charlike-cli",
3-
"projectOwner": "tunnckoCore",
3+
"projectOwner": "tunnckoCoreLabs",
44
"repoType": "github",
55
"repoHost": "https://github.com",
66
"files": [

.lintstagedrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"**/*.{js,ts,tsx,es6,jsx,mjs}": [
3+
"eslint --cache --fix --quiet --format codeframe",
4+
"git add"
5+
],
6+
"**/*.{js,ts,tsx,es6,jsx,mjs,md,mdx,json,yaml,yml,toml}": [
7+
"prettier --write",
8+
"git add"
9+
]
10+
}

.verb.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ For bugs reports and feature requests, [please create an issue][open-issue-url]
1717
[@tunnckoCore](https://twitter.com/tunnckoCore) at Twitter.
1818

1919
[![Become a Patron][patreon-img]][patreon-url]
20-
[![Share Love Tweet][shareb]][shareu]
20+
[![Conventional Commits][ccommits-img]][ccommits-url]
2121
[![NPM Downloads Weekly][downloads-weekly-img]][npmv-url]
2222
[![NPM Downloads Monthly][downloads-monthly-img]][npmv-url]
2323
[![NPM Downloads Total][downloads-total-img]][npmv-url]
24-
[![Conventional Commits][ccommits-img]][ccommits-url]
24+
[![Share Love Tweet][shareb]][shareu]
2525

2626
Project is [semantically](https://semver.org) & automatically released on [CircleCI][codecoverage-url] with [new-release][] and its [New Release](https://github.com/apps/new-release) GitHub App.
2727

@@ -112,7 +112,7 @@ Consider showing your [support](#support-the-project) to them. :sparkling_heart:
112112

113113
## License
114114

115-
Copyright (c) {%= licenseStart %}-present, [Charlike Mike Reagent][author-link] `<mameto2011@gmail.com>` & [contributors](#wonderful-contributors).
115+
Copyright (c) {%= licenseStart %}-present, [Charlike Mike Reagent](https://tunnckocore.com) `<mameto2011@gmail.com>` & [contributors](#wonderful-contributors).
116116
Released under the [{%= license %} License][license-url].
117117

118118
---
@@ -166,4 +166,3 @@ Released under the [{%= license %} License][license-url].
166166
[shareu]: https://twitter.com/intent/tweet?text=https://github.com/{%= repository %}&via=tunnckoCore
167167
[shareb]: https://badgen.net/badge/twitter/share/1da1f2?icon=twitter
168168
[open-issue-url]: https://github.com/{%= repository %}/issues/new
169-
[author-link]: https://tunnckocore.com

README.md

Lines changed: 28 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ For bugs reports and feature requests, [please create an issue][open-issue-url]
1717
[@tunnckoCore](https://twitter.com/tunnckoCore) at Twitter.
1818

1919
[![Become a Patron][patreon-img]][patreon-url]
20-
[![Share Love Tweet][shareb]][shareu]
20+
[![Conventional Commits][ccommits-img]][ccommits-url]
2121
[![NPM Downloads Weekly][downloads-weekly-img]][npmv-url]
2222
[![NPM Downloads Monthly][downloads-monthly-img]][npmv-url]
2323
[![NPM Downloads Total][downloads-total-img]][npmv-url]
24-
[![Conventional Commits][ccommits-img]][ccommits-url]
24+
[![Share Love Tweet][shareb]][shareu]
2525

2626
Project is [semantically](https://semver.org) & automatically released on [CircleCI][codecoverage-url] with [new-release][] and its [New Release](https://github.com/apps/new-release) GitHub App.
2727

2828
<!-- Logo when needed:
2929
3030
<p align="center">
31-
<a href="https://github.com/tunnckoCore/charlike-cli">
31+
<a href="https://github.com/tunnckoCoreLabs/charlike-cli">
3232
<img src="./media/logo.png" width="85%">
3333
</a>
3434
</p>
@@ -41,10 +41,10 @@ Project is [semantically](https://semver.org) & automatically released on [Circl
4141
- [API](#api)
4242
- [See Also](#see-also)
4343
- [Contributing](#contributing)
44-
* [Follow the Guidelines](#follow-the-guidelines)
45-
* [Support the project](#support-the-project)
46-
* [OPEN Open Source](#open-open-source)
47-
* [Wonderful Contributors](#wonderful-contributors)
44+
- [Follow the Guidelines](#follow-the-guidelines)
45+
- [Support the project](#support-the-project)
46+
- [OPEN Open Source](#open-open-source)
47+
- [Wonderful Contributors](#wonderful-contributors)
4848
- [License](#license)
4949

5050
_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_
@@ -70,12 +70,13 @@ $ yarn add charlike-cli
7070

7171
Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your
7272
existance!
73-
- [asia](https://www.npmjs.com/package/asia): Blazingly fast, magical and minimalist testing framework, for Today and… [more](https://github.com/olstenlarck/asia#readme) | [homepage](https://github.com/olstenlarck/asia#readme "Blazingly fast, magical and minimalist testing framework, for Today and Tomorrow")
74-
- [charlike](https://www.npmjs.com/package/charlike): Small, fast, simple and streaming project scaffolder for myself, but… [more](https://github.com/tunnckoCore/charlike) | [homepage](https://github.com/tunnckoCore/charlike "Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options")
75-
- [docks](https://www.npmjs.com/package/docks): Extensible system for parsing and generating documentation. It just freaking… [more](https://github.com/olstenlarck/docks) | [homepage](https://github.com/olstenlarck/docks "Extensible system for parsing and generating documentation. It just freaking works!")
76-
- [gitcommit](https://www.npmjs.com/package/gitcommit): Lightweight and joyful `git commit` replacement. Conventional Commits compliant. | [homepage](https://github.com/tunnckoCore/gitcommit "Lightweight and joyful `git commit` replacement. Conventional Commits compliant.")
77-
- [new-release](https://www.npmjs.com/package/new-release): A stable alternative to [semantic-release][]. Only handles NPM publishing and… [more](https://github.com/tunnckoCore/new-release#readme) | [homepage](https://github.com/tunnckoCore/new-release#readme "A stable alternative to [semantic-release][]. Only handles NPM publishing and nothing more. For creating GitHub releases use the Semantic Release GitHub App")
78-
- [parse-commit-message](https://www.npmjs.com/package/parse-commit-message): An extensible parser for commit message that follows Conventional Commits… [more](https://github.com/olstenlarck/parse-commit-message) | [homepage](https://github.com/olstenlarck/parse-commit-message "An extensible parser for commit message that follows Conventional Commits v1 spec")
73+
74+
- [asia](https://www.npmjs.com/package/asia): Blazingly fast, magical and minimalist testing framework, for Today and… [more](https://github.com/olstenlarck/asia#readme) | [homepage](https://github.com/olstenlarck/asia#readme 'Blazingly fast, magical and minimalist testing framework, for Today and Tomorrow')
75+
- [charlike](https://www.npmjs.com/package/charlike): Small, fast, simple and streaming project scaffolder for myself, but… [more](https://github.com/tunnckoCore/charlike) | [homepage](https://github.com/tunnckoCore/charlike 'Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options')
76+
- [docks](https://www.npmjs.com/package/docks): Extensible system for parsing and generating documentation. It just freaking… [more](https://github.com/olstenlarck/docks) | [homepage](https://github.com/olstenlarck/docks 'Extensible system for parsing and generating documentation. It just freaking works!')
77+
- [gitcommit](https://www.npmjs.com/package/gitcommit): Lightweight and joyful `git commit` replacement. Conventional Commits compliant. | [homepage](https://github.com/tunnckoCore/gitcommit 'Lightweight and joyful `git commit` replacement. Conventional Commits compliant.')
78+
- [new-release](https://www.npmjs.com/package/new-release): A stable alternative to [semantic-release][]. Only handles NPM publishing and… [more](https://github.com/tunnckoCore/new-release#readme) | [homepage](https://github.com/tunnckoCore/new-release#readme 'A stable alternative to [semantic-release][]. Only handles NPM publishing and nothing more. For creating GitHub releases use the Semantic Release GitHub App')
79+
- [parse-commit-message](https://www.npmjs.com/package/parse-commit-message): An extensible parser for commit message that follows Conventional Commits… [more](https://github.com/olstenlarck/parse-commit-message) | [homepage](https://github.com/olstenlarck/parse-commit-message 'An extensible parser for commit message that follows Conventional Commits v1 spec')
7980

8081
**[back to top](#thetop)**
8182

@@ -115,7 +116,7 @@ here](https://github.com/jfmengels/all-contributors-cli#usage).
115116

116117
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
117118
<!-- prettier-ignore -->
118-
| [<img src="https://avatars3.githubusercontent.com/u/5038030?v=4" width="120px;"/><br /><sub><b>Charlike Mike Reagent</b></sub>](https://tunnckocore.com)<br />[💻](https://github.com/tunnckoCore/charlike-cli/commits?author=tunnckoCore "Code") [📖](https://github.com/tunnckoCore/charlike-cli/commits?author=tunnckoCore "Documentation") [💬](#question-tunnckoCore "Answering Questions") [👀](#review-tunnckoCore "Reviewed Pull Requests") [🔍](#fundingFinding-tunnckoCore "Funding Finding") |
119+
| [<img src="https://avatars3.githubusercontent.com/u/5038030?v=4" width="120px;"/><br /><sub><b>Charlike Mike Reagent</b></sub>](https://tunnckocore.com)<br />[💻](https://github.com/tunnckoCoreLabs/charlike-cli/commits?author=tunnckoCore "Code") [📖](https://github.com/tunnckoCoreLabs/charlike-cli/commits?author=tunnckoCore "Documentation") [💬](#question-tunnckoCore "Answering Questions") [👀](#review-tunnckoCore "Reviewed Pull Requests") [🔍](#fundingFinding-tunnckoCore "Funding Finding") |
119120
| :---: |
120121

121122
<!-- ALL-CONTRIBUTORS-LIST:END -->
@@ -124,7 +125,7 @@ Consider showing your [support](#support-the-project) to them. :sparkling_heart:
124125

125126
## License
126127

127-
Copyright (c) 2018-present, [Charlike Mike Reagent][author-link] `<mameto2011@gmail.com>` & [contributors](#wonderful-contributors).
128+
Copyright (c) 2018-present, [Charlike Mike Reagent](https://tunnckocore.com) `<mameto2011@gmail.com>` & [contributors](#wonderful-contributors).
128129
Released under the [Apache-2.0 License][license-url].
129130

130131
---
@@ -135,36 +136,28 @@ _This file was generated by [verb-generate-readme](https://github.com/verbose/ve
135136

136137
[npmv-url]: https://www.npmjs.com/package/charlike-cli
137138
[npmv-img]: https://badgen.net/npm/v/charlike-cli?icon=npm
138-
139-
[ghrelease-url]: https://github.com/tunnckoCore/charlike-cli/releases/latest
140-
[ghrelease-img]: https://badgen.net/github/release/tunnckoCore/charlike-cli?icon=github
141-
142-
[license-url]: https://github.com/tunnckoCore/charlike-cli/blob/master/LICENSE
139+
[ghrelease-url]: https://github.com/tunnckoCoreLabs/charlike-cli/releases/latest
140+
[ghrelease-img]: https://badgen.net/github/release/tunnckoCoreLabs/charlike-cli?icon=github
141+
[license-url]: https://github.com/tunnckoCoreLabs/charlike-cli/blob/master/LICENSE
143142
[license-img]: https://badgen.net/npm/license/charlike-cli
144143

145144
<!-- Front line badges -->
146145

147146
[codestyle-url]: https://github.com/airbnb/javascript
148147
[codestyle-img]: https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb
149-
150-
[linuxbuild-url]: https://circleci.com/gh/tunnckoCore/charlike-cli/tree/master
151-
[linuxbuild-img]: https://badgen.net/circleci/github/tunnckoCore/charlike-cli/master?label=build&icon=circleci
152-
153-
[codecoverage-url]: https://codecov.io/gh/tunnckoCore/charlike-cli
154-
[codecoverage-img]: https://badgen.net/codecov/c/github/tunnckoCore/charlike-cli?icon=codecov
155-
156-
[dependencies-url]: https://david-dm.org/tunnckoCore/charlike-cli
157-
[dependencies-img]: https://badgen.net/david/dep/tunnckoCore/charlike-cli?label=deps
158-
148+
[linuxbuild-url]: https://circleci.com/gh/tunnckoCoreLabs/charlike-cli/tree/master
149+
[linuxbuild-img]: https://badgen.net/circleci/github/tunnckoCoreLabs/charlike-cli/master?label=build&icon=circleci
150+
[codecoverage-url]: https://codecov.io/gh/tunnckoCoreLabs/charlike-cli
151+
[codecoverage-img]: https://badgen.net/codecov/c/github/tunnckoCoreLabs/charlike-cli?icon=codecov
152+
[dependencies-url]: https://david-dm.org/tunnckoCoreLabs/charlike-cli
153+
[dependencies-img]: https://badgen.net/david/dep/tunnckoCoreLabs/charlike-cli?label=deps
159154
[ccommits-url]: https://conventionalcommits.org/
160155
[ccommits-img]: https://badgen.net/badge/conventional%20commits/v1.0.0/dfb317
161156
[new-release-url]: https://ghub.io/new-release
162157
[new-release-img]: https://badgen.net/badge/semantically/released/05c5ff
163-
164158
[downloads-weekly-img]: https://badgen.net/npm/dw/charlike-cli
165159
[downloads-monthly-img]: https://badgen.net/npm/dm/charlike-cli
166160
[downloads-total-img]: https://badgen.net/npm/dt/charlike-cli
167-
168161
[renovateapp-url]: https://renovatebot.com
169162
[renovateapp-img]: https://badgen.net/badge/renovate/enabled/green
170163
[prs-welcome-img]: https://badgen.net/badge/PRs/welcome/green
@@ -174,12 +167,9 @@ _This file was generated by [verb-generate-readme](https://github.com/verbose/ve
174167
[patreon-url]: https://www.patreon.com/bePatron?u=5579781
175168
[patreon-img]: https://badgen.net/badge/patreon/tunnckoCore/F96854?icon=patreon
176169
[patreon-sponsor-img]: https://badgen.net/badge/become/a%20sponsor/F96854?icon=patreon
177-
178-
[shareu]: https://twitter.com/intent/tweet?text=https://github.com/tunnckoCore/charlike-cli&via=tunnckoCore
170+
[shareu]: https://twitter.com/intent/tweet?text=https://github.com/tunnckoCoreLabs/charlike-cli&via=tunnckoCore
179171
[shareb]: https://badgen.net/badge/twitter/share/1da1f2?icon=twitter
180-
[open-issue-url]: https://github.com/tunnckoCore/charlike-cli/issues/new
181-
[author-link]: https://tunnckocore.com
182-
172+
[open-issue-url]: https://github.com/tunnckoCoreLabs/charlike-cli/issues/new
183173
[charlike]: https://github.com/tunnckoCore/charlike
184174
[new-release]: https://github.com/tunnckoCore/new-release
185-
[semantic-release]: https://github.com/semantic-release/semantic-release
175+
[semantic-release]: https://github.com/semantic-release/semantic-release

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if (!name || !desc) {
7979

8080
/* eslint-disable promise/always-return */
8181

82-
charlike(name, desc, Object.assign({}, cli, { locals: cli }))
82+
charlike(name, desc, cli)
8383
.then((dest) => {
8484
console.log(`Project "${name}" scaffolded to "${dest}"`);
8585
})

package.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@tunnckocore/package-json": "^0.3.1",
18-
"charlike": "^1.7.5",
18+
"charlike": "^1.9.1",
1919
"esm": "^3.0.84",
2020
"mri": "^1.1.1"
2121
},
@@ -43,8 +43,8 @@
4343
"module": "src/index.js",
4444
"typings": "src/index.d.ts",
4545
"version": "0.0.0-semantically-released",
46-
"repository": "tunnckoCore/charlike-cli",
47-
"homepage": "https://github.com/tunnckoCore/charlike-cli",
46+
"repository": "tunnckoCoreLabs/charlike-cli",
47+
"homepage": "https://github.com/tunnckoCoreLabs/charlike-cli",
4848
"author": "Charlike Mike Reagent (https://tunnckocore.com)",
4949
"publishConfig": {
5050
"access": "public",
@@ -61,16 +61,6 @@
6161
"pre-commit": "yarn precommit"
6262
}
6363
},
64-
"lint-staged": {
65-
"**/*.{js,ts,tsx,es6,jsx,mjs}": [
66-
"eslint --cache --fix --quiet --format codeframe",
67-
"git add"
68-
],
69-
"**/*.{js,ts,tsx,es6,jsx,mjs,md,mdx,json,yaml,yml,toml}": [
70-
"prettier --write",
71-
"git add"
72-
]
73-
},
7464
"verb": {
7565
"run": true,
7666
"toc": {
@@ -96,6 +86,7 @@
9686
"reflinks": true
9787
},
9888
"reflinks": [
89+
"charlike",
9990
"new-release",
10091
"semantic-release"
10192
]

yarn.lock

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -540,20 +540,22 @@ chardet@^0.7.0:
540540
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
541541
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
542542

543-
charlike@^1.7.5:
544-
version "1.7.5"
545-
resolved "https://registry.yarnpkg.com/charlike/-/charlike-1.7.5.tgz#9ea1634781ba193efacd0805b07f9edea77690f5"
546-
integrity sha512-F7eqFbqkYaIX9IkXeBrKqOD+0TKtly3Ae2T8N6y88brBlrZG+P9seQP6Viz91ZCxFLTsTeU98l8Y5MYYutASCw==
543+
charlike@^1.9.1:
544+
version "1.9.1"
545+
resolved "https://registry.yarnpkg.com/charlike/-/charlike-1.9.1.tgz#1e55fc616e6c1ade61c62752d904c63d363c2033"
546+
integrity sha512-LfzGHO+xrHj2o+avRWIWw+ahzxdwYSca7K7V8Z+ooanTQmzfDQgiXWMuM52W53xMow2t1CjsiycLQTw28n1KoA==
547547
dependencies:
548548
camelcase "^5.0.0"
549549
dateformat "^3.0.3"
550550
esm "^3.0.84"
551+
git-config-path "^1.0.1"
551552
git-user-email "^0.2.2"
552553
git-user-name "^2.0.0"
553554
git-username "^1.0.0"
554555
jstransformer "^1.0.0"
555556
jstransformer-j140 "^1.0.0"
556557
jstransformer-jstransformer "^1.1.6"
558+
parse-git-config "^2.0.3"
557559
stream-copy-dir "^1.0.0"
558560

559561
ci-info@^1.5.0:
@@ -1120,9 +1122,9 @@ eslint-module-utils@^2.2.0:
11201122
pkg-dir "^1.0.0"
11211123

11221124
eslint-plugin-flowtype@^3.0.0:
1123-
version "3.1.4"
1124-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.1.4.tgz#c6c9c514b8c01579e6621b51d83549d5db802cac"
1125-
integrity sha512-vTWZcbE1NZaSEJwD2hXFFwDi2TidNLANf2jfsl+Mb43x2g/1TZmf/VVexljNrbbRw46lF6+Hexq10hF6OFZVEQ==
1125+
version "3.2.0"
1126+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.2.0.tgz#824364ed5940a404b91326fdb5a313a2a74760df"
1127+
integrity sha512-baJmzngM6UKbEkJ5OY3aGw2zjXBt5L2QKZvTsOlXX7yHKIjNRrlJx2ods8Rng6EdqPR9rVNIQNYHpTs0qfn2qA==
11261128
dependencies:
11271129
lodash "^4.17.10"
11281130

@@ -1387,6 +1389,13 @@ expand-brackets@^2.1.4:
13871389
snapdragon "^0.8.1"
13881390
to-regex "^3.0.1"
13891391

1392+
expand-tilde@^2.0.2:
1393+
version "2.0.2"
1394+
resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502"
1395+
integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=
1396+
dependencies:
1397+
homedir-polyfill "^1.0.1"
1398+
13901399
extend-shallow@^2.0.1:
13911400
version "2.0.1"
13921401
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
@@ -1903,7 +1912,7 @@ has@^1.0.1, has@^1.0.3:
19031912
dependencies:
19041913
function-bind "^1.1.1"
19051914

1906-
homedir-polyfill@^1.0.0:
1915+
homedir-polyfill@^1.0.0, homedir-polyfill@^1.0.1:
19071916
version "1.0.1"
19081917
resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz#4c2bbc8a758998feebf5ed68580f76d46768b4bc"
19091918
integrity sha1-TCu8inWJmP7r9e1oWA921GdotLw=
@@ -1990,7 +1999,7 @@ inherits@2, inherits@^2.0.1, inherits@~2.0.3:
19901999
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
19912000
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
19922001

1993-
ini@^1.3.4, ini@~1.3.0:
2002+
ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
19942003
version "1.3.5"
19952004
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
19962005
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
@@ -3280,6 +3289,15 @@ parse-git-config@^1.0.2, parse-git-config@^1.1.1:
32803289
git-config-path "^1.0.1"
32813290
ini "^1.3.4"
32823291

3292+
parse-git-config@^2.0.3:
3293+
version "2.0.3"
3294+
resolved "https://registry.yarnpkg.com/parse-git-config/-/parse-git-config-2.0.3.tgz#6fb840d4a956e28b971c97b33a5deb73a6d5b6bb"
3295+
integrity sha512-Js7ueMZOVSZ3tP8C7E3KZiHv6QQl7lnJ+OkbxoaFazzSa2KyEHqApfGbU3XboUgUnq4ZuUmskUpYKTNx01fm5A==
3296+
dependencies:
3297+
expand-tilde "^2.0.2"
3298+
git-config-path "^1.0.1"
3299+
ini "^1.3.5"
3300+
32833301
parse-git-log@0.2.1:
32843302
version "0.2.1"
32853303
resolved "https://registry.yarnpkg.com/parse-git-log/-/parse-git-log-0.2.1.tgz#1cc8c63c8390a2fdbf01368255f43937f8a23ee1"

0 commit comments

Comments
 (0)