diff --git a/README.md b/README.md
index 9257cef7..2a861298 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@
[![npm version](https://badge.fury.io/js/emma-cli.svg)](https://badge.fury.io/js/emma-cli)
![npm](https://img.shields.io/npm/dt/emma-cli.svg)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
+[![Backers on Open Collective](https://opencollective.com/emma-cli/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/emma-cli/sponsors/badge.svg)](#sponsors)
> Install the package you are looking for.
@@ -64,6 +65,36 @@ Use up/down to select packages.
Click enter to trigger the install.
```
+## Contributors
+
+This project exists thanks to all the people who contribute.
+
+
+
+## Backers
+
+Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/emma-cli#backer)]
+
+
+
+
+## Sponsors
+
+Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/emma-cli#sponsor)]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
## License
MIT © [Matic Zavadlal](https://github.com/maticzav)
diff --git a/package.json b/package.json
index 8d6c0e40..7f9a8238 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,8 @@
"dev": "babel -w src --out-dir dist --ignore __tests__",
"test": "xo && ava",
"pretest": "npm run build",
- "semantic-release": "semantic-release"
+ "semantic-release": "semantic-release",
+ "postinstall": "opencollective postinstall"
},
"main": "dist/index.js",
"files": [
@@ -43,6 +44,7 @@
"ink-spinner": "^1.0.0",
"ink-text-input": "^1.1.1",
"meow": "^4.0.0",
+ "opencollective": "^1.0.3",
"term-size": "^1.2.0",
"update-notifier": "^2.3.0",
"yargs": "^11.0.0"
@@ -82,5 +84,10 @@
"repository": {
"type": "git",
"url": "https://github.com/maticzav/emma-cli.git"
+ },
+ "collective": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/emma-cli",
+ "logo": "https://opencollective.com/emma-cli/logo.txt"
}
-}
+}
\ No newline at end of file