0.2.4 • Published 5 years ago

@byronframework/byron v0.2.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Byron - Cloud-Native Reactive Microservices Framework

Byron is a framework to help you build an application that obeys the cloud-native and reactive principles while using a microservices archtecture.

Installation

Make sure you have Docker and docker-compose installed, after that, just run:

$ npm install --global @byronframework/byron

Uses

Init

$ byron init <name>

Byron will create a directory at /tmp/<name>Component with a boilerplate to build your component

Build

$ byron build /path/to/component

Byron will build the component, generating its sink, api and infrastructure at /tmp/<namespace>/<name>Component and will generate the scripts to run your system.

0.2.4

5 years ago

0.2.3

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago