瀏覽代碼

Init All Contributors Specs

Julien Deswaef 7 年之前
父節點
當前提交
86cf3bf87b
共有 4 個文件被更改,包括 588 次插入56 次删除
  1. 24 0
      .all-contributorsrc
  2. 11 0
      CONTRIBUTORS.md
  3. 549 55
      package-lock.json
  4. 4 1
      package.json

+ 24 - 0
.all-contributorsrc

@@ -0,0 +1,24 @@
+{
+  "projectName": "Fork-Awesome",
+  "projectOwner": "ForkAwesome",
+  "repoType": "github",
+  "repoHost": "https://github.com",
+  "files": [
+    "CONTRIBUTORS.md"
+  ],
+  "imageSize": 50,
+  "commit": false,
+  "contributors": [
+    {
+      "login": "davegandy",
+      "name": "Dave Gandy",
+      "avatar_url": "https://avatars0.githubusercontent.com/u/1076721?v=4",
+      "profile": "https://github.com/davegandy",
+      "contributions": [
+        "code",
+        "design",
+        "doc"
+      ]
+    }
+  ]
+}

+ 11 - 0
CONTRIBUTORS.md

@@ -0,0 +1,11 @@
+## Contributors
+
+Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
+
+<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
+<!-- prettier-ignore -->
+| [<img src="https://avatars0.githubusercontent.com/u/1076721?v=4" width="50px;"/><br /><sub><b>Dave Gandy</b></sub>](https://github.com/davegandy)<br />[💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=davegandy "Code") [🎨](#design-davegandy "Design") [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=davegandy "Documentation") |
+| :---: |
+<!-- ALL-CONTRIBUTORS-LIST:END -->
+
+This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!

File diff suppressed because it is too large
+ 549 - 55
package-lock.json


+ 4 - 1
package.json

@@ -53,6 +53,7 @@
   "license": "(OFL-1.1 AND MIT)",
   "dependencies": {},
   "devDependencies": {
+    "all-contributors-cli": "^4.11.0",
     "less": "^2.7.2",
     "less-plugin-clean-css": "^1.5.1",
     "svgo": "^1.0.4"
@@ -62,7 +63,9 @@
   },
   "scripts": {
     "build": "bundle exec jekyll build",
-    "dev": "bundle exec jekyll -w serve"
+    "dev": "bundle exec jekyll -w serve",
+    "contributors:add": "all-contributors add",
+    "contributors:generate": "all-contributors generate"
   },
   "main": [
     "css/fork-awesome.min.css",

Some files were not shown because too many files changed in this diff