0.2.4 • Published 6 years ago
@byronframework/byron v0.2.4
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/byronUses
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/componentByron will build the component, generating its sink, api and infrastructure at
/tmp/<namespace>/<name>Component and will generate the scripts to run your
system.