Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit ca29765

Browse files
monkeywithacupcakelauthieb
authored andcommitted
Activating Open Collective (#90)
* Added financial contributors to the README * Added call to donate after npm install (optional)
1 parent 09f01da commit ca29765

2 files changed

Lines changed: 38 additions & 3 deletions

File tree

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A simple code snippet & gist manager for developers built with Electron & Vue.js
1515
<div align="center">
1616

1717
[![Build Status](https://travis-ci.org/lauthieb/code-notes.svg?branch=master)](https://travis-ci.org/lauthieb/code-notes)
18-
[![Join the chat at https://gitter.im/code-notes/community](https://badges.gitter.im/code-notes/community.svg)](https://gitter.im/code-notes/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
18+
[![Financial Contributors on Open Collective](https://opencollective.com/code-notes/all/badge.svg?label=financial+contributors)](https://opencollective.com/code-notes) [![Join the chat at https://gitter.im/code-notes/community](https://badges.gitter.im/code-notes/community.svg)](https://gitter.im/code-notes/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1919
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
2020

2121
[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com) [![forthebadge](http://forthebadge.com/images/badges/uses-js.svg)](http://forthebadge.com) [![forthebadge](http://forthebadge.com/images/badges/makes-people-smile.svg)](http://forthebadge.com)
@@ -72,3 +72,33 @@ Feel free to [add an issue](https://github.com/lauthieb/code-notes/issues/new) i
7272
---
7373

7474
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[1c165f7](https://github.com/SimulatedGREG/electron-vue/tree/1c165f7c5e56edaf48be0fbb70838a1af26bb015) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).
75+
76+
## Contributors
77+
78+
### Code Contributors
79+
80+
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
81+
<a href="https://github.com/lauthieb/code-notes/graphs/contributors"><img src="https://opencollective.com/code-notes/contributors.svg?width=890&button=false" /></a>
82+
83+
### Financial Contributors
84+
85+
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/code-notes/contribute)]
86+
87+
#### Individuals
88+
89+
<a href="https://opencollective.com/code-notes"><img src="https://opencollective.com/code-notes/individuals.svg?width=890"></a>
90+
91+
#### Organizations
92+
93+
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/code-notes/contribute)]
94+
95+
<a href="https://opencollective.com/code-notes/organization/0/website"><img src="https://opencollective.com/code-notes/organization/0/avatar.svg"></a>
96+
<a href="https://opencollective.com/code-notes/organization/1/website"><img src="https://opencollective.com/code-notes/organization/1/avatar.svg"></a>
97+
<a href="https://opencollective.com/code-notes/organization/2/website"><img src="https://opencollective.com/code-notes/organization/2/avatar.svg"></a>
98+
<a href="https://opencollective.com/code-notes/organization/3/website"><img src="https://opencollective.com/code-notes/organization/3/avatar.svg"></a>
99+
<a href="https://opencollective.com/code-notes/organization/4/website"><img src="https://opencollective.com/code-notes/organization/4/avatar.svg"></a>
100+
<a href="https://opencollective.com/code-notes/organization/5/website"><img src="https://opencollective.com/code-notes/organization/5/avatar.svg"></a>
101+
<a href="https://opencollective.com/code-notes/organization/6/website"><img src="https://opencollective.com/code-notes/organization/6/avatar.svg"></a>
102+
<a href="https://opencollective.com/code-notes/organization/7/website"><img src="https://opencollective.com/code-notes/organization/7/avatar.svg"></a>
103+
<a href="https://opencollective.com/code-notes/organization/8/website"><img src="https://opencollective.com/code-notes/organization/8/avatar.svg"></a>
104+
<a href="https://opencollective.com/code-notes/organization/9/website"><img src="https://opencollective.com/code-notes/organization/9/avatar.svg"></a>

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js",
2727
"test": "npm run unit && npm run e2e",
2828
"unit": "karma start test/unit/karma.conf.js",
29-
"postinstall": "npm run eslint:fix"
29+
"postinstall": "npm run eslint:fix && opencollective-postinstall"
3030
},
3131
"build": {
3232
"productName": "Code Notes",
@@ -72,6 +72,7 @@
7272
"font-awesome": "^4.7.0",
7373
"fs-extra": "^6.0.0",
7474
"nedb": "^1.8.0",
75+
"opencollective-postinstall": "^2.0.2",
7576
"source-sans-pro": "^2.45.0",
7677
"vue": "^2.6.8",
7778
"vue-clipboard2": "0.0.8",
@@ -141,5 +142,9 @@
141142
"webpack-dev-server": "^3.1.11",
142143
"webpack-hot-middleware": "^2.18.2",
143144
"webpack-merge": "^4.1.0"
145+
},
146+
"collective": {
147+
"type": "opencollective",
148+
"url": "https://opencollective.com/code-notes"
144149
}
145-
}
150+
}

0 commit comments

Comments
 (0)