Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/no0dles/strome.js

A message driven development framework
https://github.com/no0dles/strome.js

Last synced: 25 days ago
JSON representation

A message driven development framework

Awesome Lists containing this project

README

        

# Strome.js
[![wercker status](https://app.wercker.com/status/d600e50284e339f0296511ba7e2f6aa7/m "wercker status")](https://app.wercker.com/project/bykey/d600e50284e339f0296511ba7e2f6aa7)

## Installation

```
npm install strome.js
```

## Usage

For detailed usage take a look at the examples folder.

## Development

```
gulp compile
gulp watch
```

## Test

```
gulp test
gulp coverage
```