Skip to content

Command-line interface for managing and developing ViUR

License

Notifications You must be signed in to change notification settings

phorward/viur-cli

 
 

Repository files navigation

ViUR-cli

Command-line interface for ViUR application development maintenance.

Usage

viur-cli allows for control, maintain and develop a ViUR project from one central location by using the viur command

$ viur --help
$ viur init
$ viur create myapp
$ viur run
$ viur deploy app
$ viur deploy index
$ viur vi
$ viur flare watch vi
$ viur env

Installation

To use viur-cli in your ViUR projects, use pipenv.

$ pipenv install --dev viur-cli

Development

If you want to hack viur-cli, clone viur-cli next to your viur project folder.

$ git clone git@github.com:viur-framework/viur-cli.git
$ ls -1
viur-cli
your-project

Then, add it to your project this way

$ cd your-project
$ pipenv install --dev --editable ../viur-cli

Dependencies

viur-cli depends on

License

Distributed under the MIT License. See LICENSE for more information.

About

Command-line interface for managing and developing ViUR

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 94.0%
  • Shell 6.0%