# Bedrock

Library intends to be just a simple top layer for various kinds of projects. From simple to complex ones.
It isn't a new framework, just a set of utils to work with.

**Note:** If you don't want to use [ES6](http://es6-features.org/) then you should just use the files under [dist](dist) folder.

[![Build Status](https://travis-ci.org/Sendoushi/bedrock.svg?branch=master)](https://travis-ci.org/Sendoushi/bedrock)

## Examples of installation
```
# There was already a bedrock so... bedrock2 it is
npm install --save bedrock2
```

## Documentation

- [actions](docs/actions.md)
- [component](docs/component.md)
- [is](docs/is.md)
- [mailbox](docs/mailbox.md)
- [router](docs/router.md)
- [state](docs/state.md)
- [store](docs/store.md)
