Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@risio/foundation

risio16MIT0.0.48TypeScript support: included

Foundation of the Risio Framework by Lifely

readme

Risio - Node.js Framework

Risio aims to provide a high level of abstraction to common logic used in web applications in a easy and fun-to-code-in way ;)

Read the documentation at risio.github.io/framework

Lerna Travis Greenkeeper.io

Roadmap

Getting started

  • npm install - Install dependencies
  • npm start - Start watching the playground
  • npm run test-watch - Start watching the tests

Playground

This is used to test out functionalities of the framework.

This will compile and watch the Typescript files of each framework module so that they can be used inside the Playground.

  • npm start

Testing

You can either run this at root level to run all tests, or change directory into one of the modules and run the command there.

  • npm run test

To watch the tests.

  • npm run watch-test

Structure

Under the hood Lerna is used to split a single git repository into multiple npm packages. All packages can be found under the packages directory. Since the playground is marked as private: true in it's package.json, it's not published with the other modules.

changelog

0.0.36 (2018-5-31)

v0.0.26 (2018-03-23)

Bugs

Committers: 1

v0.0.25 (2018-03-23)

Documentation

  • #2 docs(readme): remove references to gitbook documentation. (@bryantebeek)

Committers: 1