ReactiveX / rxjs-docs

The home for new work on the new RxJS docs (RxJS v 5 and up). New to this space? Say hi here: https://github.com/ReactiveX/rxjs-docs/issues/24. Want to find out what's up? We're chatting here. https://github.com/ReactiveX/rxjs-docs/issues/4
Apache License 2.0
161 stars 63 forks source link

Build Status

THIS REPOSITORY IS DEPRECATED. THE RXJS DOCS ARE DEVELOPED AT THE RXJS REPO

rxjs-docs

The home for new work on the new RxJS docs (RxJS v5 and up). Website (currently beta) can be found here. We highly welcome any kind of feedback or contribution.

License is the same as the RxJS project: https://github.com/reactivex/rxjs

Apache 2.0 License

Important

By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the Contributor Code of Conduct. Much like traffic laws, ignorance doesn't grant you immunity.

Goals

Contributing

More detailed information can be found in the Contribution Guidelines

Building/Testing

The build and test structure is fairly primitive at the moment. There are various npm scripts that can be run:

Committing

It is strongly recommended that when creating a commit, you follow this procedure to start the commit wizard. It will aid you on creating valid commit messages.

git add .
npm run commit