1.0.0 • Published 3 years ago

riven v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Riven

Introduction / Overview

Riven is the task runner for Riven-FE and Riven-BE. Both styles of applications can be created, tested and deployed through this task runner.

Commands

Creating a new Riven application

  • riven new application-name //Creates a standard backend/frontend Riven application
  • riven new application-name --client //Creates a front-end only Riven application
  • riven new application-name --server //Creates a backend only Riven application

Developing against a Riven application

  • riven develop //Boots the development server
  • riven development //Boots the development server

Testing your Riven application

  • riven test
  • riven test --watch
  • riven test -c --controllers
  • riven test -v --views
  • riven test -m --models

Provisioning a Riven application

  • riven provision

Deploying a Riven application

  • riven deploy

Updating an application

  • riven update //Updates a riven application to the latest version of Riven

  • riven migrate //Runs the migrations

1.0.2

4 years ago

1.0.1

4 years ago

0.0.1

4 years ago

1.0.0

3 years ago