Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/no0dles/strome.js
- Owner: no0dles
- Created: 2016-04-18T16:26:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T07:02:42.000Z (over 8 years ago)
- Last Synced: 2024-04-28T04:42:32.245Z (9 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```