Add Open Collective to README, see #283

This commit is contained in:
dcodeIO
2018-09-27 05:34:37 +02:00
parent 3f035395cd
commit 301734b929

View File

@ -2,6 +2,8 @@
=================
[![Build Status](https://travis-ci.org/AssemblyScript/assemblyscript.svg?branch=master)](https://travis-ci.org/AssemblyScript/assemblyscript)
[![Backers on Open Collective](https://opencollective.com/assemblyscript/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/assemblyscript/sponsors/badge.svg)](#sponsors)
**AssemblyScript** compiles strictly typed [TypeScript](http://www.typescriptlang.org) (basically JavaScript with types) to [WebAssembly](http://webassembly.org) using [Binaryen](https://github.com/WebAssembly/binaryen). It generates lean and mean WebAssembly modules while being just an `npm install` away.
@ -105,3 +107,45 @@ Running everything in order (lint, clean, test, build, test):
```
$> npm run all
```
Contributing
------------
This project exists thanks to all the people who [contribute](CONTRIBUTING.md).
<a href="https://github.com/AssemblyScript/assemblyscript/graphs/contributors"><img src="https://opencollective.com/assemblyscript/contributors.svg?width=890&button=false" /></a>
Sponsoring
----------
The core team members and most contributors do this open source work in their free time. If you use AssemblyScript for a serious task or plan to do so, and you'd like us to invest more time on it, [please donate](https://opencollective.com/assemblyscript).
This is how we use the donations:
* Allow the core team to work on AssemblyScript
* Thank contributors if they invested a large amount of time in contributing
* Support projects in the ecosystem that are of great value for us or users
* Fees for money handling
### Sponsors
[Become a sponsor](https://opencollective.com/assemblyscript#sponsor) and get your logo on our README on Github with a link to your site.
<a href="https://opencollective.com/assemblyscript/sponsor/0/website" target="_blank"><img src="https://opencollective.com/assemblyscript/sponsor/0/avatar.svg"></a>
<a href="https://opencollective.com/assemblyscript/sponsor/1/website" target="_blank"><img src="https://opencollective.com/assemblyscript/sponsor/1/avatar.svg"></a>
<a href="https://opencollective.com/assemblyscript/sponsor/2/website" target="_blank"><img src="https://opencollective.com/assemblyscript/sponsor/2/avatar.svg"></a>
<a href="https://opencollective.com/assemblyscript/sponsor/3/website" target="_blank"><img src="https://opencollective.com/assemblyscript/sponsor/3/avatar.svg"></a>
<a href="https://opencollective.com/assemblyscript/sponsor/4/website" target="_blank"><img src="https://opencollective.com/assemblyscript/sponsor/4/avatar.svg"></a>
<a href="https://opencollective.com/assemblyscript/sponsor/5/website" target="_blank"><img src="https://opencollective.com/assemblyscript/sponsor/5/avatar.svg"></a>
<a href="https://opencollective.com/assemblyscript/sponsor/6/website" target="_blank"><img src="https://opencollective.com/assemblyscript/sponsor/6/avatar.svg"></a>
<a href="https://opencollective.com/assemblyscript/sponsor/7/website" target="_blank"><img src="https://opencollective.com/assemblyscript/sponsor/7/avatar.svg"></a>
<a href="https://opencollective.com/assemblyscript/sponsor/8/website" target="_blank"><img src="https://opencollective.com/assemblyscript/sponsor/8/avatar.svg"></a>
<a href="https://opencollective.com/assemblyscript/sponsor/9/website" target="_blank"><img src="https://opencollective.com/assemblyscript/sponsor/9/avatar.svg"></a>
### Backers
[Become a backer](https://opencollective.com/assemblyscript#backer) and get your image on our README on Github with a link to your site.
<a href="https://opencollective.com/assemblyscript#backers" target="_blank"><img src="https://opencollective.com/assemblyscript/backers.svg?width=890"></a>
Thank you for your support!