Skip to content

Commit

Permalink
Add package readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett committed Jan 26, 2019
1 parent c5ec042 commit 9f643db
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/bulb-input/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Bulb Input

This package extends [Bulb](https://github.com/nullobject/bulb) to provide
signals for working with the keyboard and mouse input devices.

## Installation

```sh
> npm install bulb bulb-input
```
10 changes: 10 additions & 0 deletions packages/bulb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Bulb

This package provides the [Bulb](https://github.com/nullobject/bulb) reactive programming
library for JavaScript.

## Installation

```sh
> npm install bulb
```

0 comments on commit 9f643db

Please sign in to comment.