2017 © Pedro Peláez
 

library combyna

Combyna - build things.

image

combyna/combyna

Combyna - build things.

  • Tuesday, March 13, 2018
  • by asmblah
  • Repository
  • 2 Watchers
  • 4 Stars
  • 16 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 3 Versions
  • 60 % Grown

The README.md

Combyna

Build Status, (*1)

Build isomorphic apps using a declarative YAML- or JSON-based language., (*2)

Developer setup (for working on the library itself)

Clone this repo, install the PHP and JS dependencies, build the expression language parser, build the JS bundle and then start the PHP server., (*3)

You'll need Node.js and PHP 5.5+ to use this project., (*4)

  1. git clone https://github.com/combyna/combyna.git
  2. cd combyna
  3. composer install
  4. npm install
  5. composer run build:expression-parser
  6. npm run dev:watch
  7. (In a separate terminal) composer run simple-server --timeout 0

App config

An example app is provided under example/simple/*, which is the one the simple-server script above will start. The config for this app is in the simpleApp.cyn.yml file., (*5)

The Versions