UNPKG

2.04 kBMarkdownView Raw
1<h1>
2<img src="https://raw.github.com/cyclejs/core/master/logo.png" /> Cycle.js
3</h1>
4
5> Cycle.js is a functional and reactive JavaScript framework for cleaner code
6
7## Installing
8
9[![npm version](https://badge.fury.io/js/%40cycle%2Fcore.svg)](http://badge.fury.io/js/%40cycle%2Fcore)
10
11`npm install rx @cycle/core`
12
13Note: `rx` is a **required** dependency. Without it, nothing will change.
14
15## I came here because I want to...
16
17- Understand how Cycle.js works in general: go to http://cycle.js.org
18- Understand how Cycle *Core* itself works: read the [docs](https://github.com/cyclejs/core/blob/master/docs/api.md) and the [tests](https://github.com/cyclejs/core/tree/master/test)
19- File a bug report for anything Cycle-related: [open an issue](https://github.com/cyclejs/core/issues/new)
20- Ask a question such as "How do I ...?" on one of these channels:
21 - Ask it in the [Gitter chat room](https://gitter.im/cyclejs/core)
22 - [Open a StackOverflow question with `cyclejs` tag](http://stackoverflow.com/questions/tagged/cyclejs)
23 - [Open an issue here](https://github.com/cyclejs/core/issues/new). Please note all discussion-like issues are labeled `discussion` and immediately closed. This doesn't mean we unconsidered your discussion. We only leave actual issues open.
24- [Read discussion issues](https://github.com/cyclejs/core/issues?q=is%3Aissue+is%3Aclosed+label%3A"discussion+%28is+always+a+closed+issue%29")
25- Contribute a new driver: [open an issue](https://github.com/cyclejs/core/issues/new)
26
27## LICENSE
28
29[The MIT License (MIT)](https://github.com/cyclejs/core/blob/master/LICENSE)
30
31- - -
32
33[![Build Status](https://travis-ci.org/cyclejs/core.svg?branch=master)](https://travis-ci.org/cyclejs/core)
34[![Dependency Status](https://david-dm.org/cyclejs/core.svg)](https://david-dm.org/cyclejs/core)
35[![devDependency Status](https://david-dm.org/cyclejs/core/dev-status.svg)](https://david-dm.org/cyclejs/core#info=devDependencies)
36[![JS.ORG](https://img.shields.io/badge/js.org-cycle-ffb400.svg?style=flat-square)](http://js.org)