From 9f643db11ed63e743dc0e231e6b0805296c3e9ff Mon Sep 17 00:00:00 2001 From: Josh Bassett Date: Sat, 26 Jan 2019 15:44:34 +1100 Subject: [PATCH] Add package readme files --- packages/bulb-input/README.md | 10 ++++++++++ packages/bulb/README.md | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 packages/bulb-input/README.md create mode 100644 packages/bulb/README.md diff --git a/packages/bulb-input/README.md b/packages/bulb-input/README.md new file mode 100644 index 0000000..9ba0df1 --- /dev/null +++ b/packages/bulb-input/README.md @@ -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 +``` diff --git a/packages/bulb/README.md b/packages/bulb/README.md new file mode 100644 index 0000000..09180f2 --- /dev/null +++ b/packages/bulb/README.md @@ -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 +```