File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "projectName" : " jupyterlab-git" ,
3
+ "projectOwner" : " jupyterlab" ,
4
+ "repoType" : " github" ,
5
+ "repoHost" : " https://github.com" ,
6
+ "files" : [
7
+ " README.md"
8
+ ],
9
+ "imageSize" : 100 ,
10
+ "commit" : true ,
11
+ "commitConvention" : " none" ,
12
+ "contributors" : [],
13
+ "contributorsPerLine" : 7
14
+ }
Original file line number Diff line number Diff line change 1
1
# jupyterlab-git
2
+ <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square )] ( #contributors- )
4
+ <!-- ALL-CONTRIBUTORS-BADGE:END -->
2
5
3
6
[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyterlab/jupyterlab-git/master?urlpath=lab/tree/examples/demo.ipynb ) [ ![ Build Status] ( https://travis-ci.org/jupyterlab/jupyterlab-git.svg?branch=master )] ( https://travis-ci.org/jupyterlab/jupyterlab-git ) [ ![ Version] ( https://img.shields.io/npm/v/@jupyterlab/git.svg )] ( https://www.npmjs.com/package/@jupyterlab/git ) [ ![ Version] ( https://img.shields.io/pypi/v/jupyterlab-git.svg )] ( https://pypi.org/project/jupyterlab-git/ ) [ ![ Downloads] ( https://img.shields.io/npm/dm/@jupyterlab/git.svg )] ( https://www.npmjs.com/package/@jupyterlab/git ) [ ![ Version] ( https://img.shields.io/conda/vn/conda-forge/jupyterlab-git.svg )] ( https://anaconda.org/conda-forge/jupyterlab-git ) [ ![ Downloads] ( https://img.shields.io/conda/dn/conda-forge/jupyterlab-git.svg )] ( https://anaconda.org/conda-forge/jupyterlab-git )
4
7
@@ -161,3 +164,17 @@ Extension development has been sponsored at various times by the following organ
161
164
- **[LabShare](https://github.com/LabShare)**: [Konstantin Taletskiy](https://github.com/ktaletsk).
162
165
- **[Safran Group](https://www.safran-group.com/)**: [Frédéric Collonval](https://github.com/fcollonval).
163
166
- **D. E. Shaw group**: [Max Klein](https://github.com/telamonian) and [Athan](https://github.com/kgryte).
167
+
168
+
169
+ ## Contributors ✨
170
+
171
+ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
172
+
173
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
174
+ <!-- prettier-ignore-start -->
175
+ <!-- markdownlint-disable -->
176
+ <!-- markdownlint-enable -->
177
+ <!-- prettier-ignore-end -->
178
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
179
+
180
+ This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Original file line number Diff line number Diff line change 79
79
"@types/react" : " ~16.8.13" ,
80
80
"@types/react-dom" : " ~16.0.5" ,
81
81
"@types/react-textarea-autosize" : " ^4.3.5" ,
82
+ "all-contributors-cli" : " 6.14.0" ,
82
83
"enzyme" : " 3.7.0" ,
83
84
"enzyme-adapter-react-16" : " 1.7.0" ,
84
85
"husky" : " 1.3.1" ,
You can’t perform that action at this time.
0 commit comments