Metadata-Version: 2.1
Name: realm-cli
Version: 0.0.3
Summary: A command line utitily to provide services offered by realm( a rust-elm web framework).
Home-page: https://github.com/ackotech/realm/
Author: nilinswap
Author-email: nilinswap@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# realm-cli

## A command line utitily to provide services offered by realm( a rust-elm web framework).

### To create a new realm project 
`realm-cli startproject <project_name>`
##### example -> `realm-cli startproject hello`

### To build project
Move to the project directory and run `realm-cli build`  
In our example   
`
cd hello
`  
`realm-cli build`

### To get server up and running
run `realm-cli debug`  






