Metadata-Version: 2.1
Name: realm-cli
Version: 0.0.8
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
Description: # realm-cli
        
        A command line utitily to provide services offered by realm (a rust-elm web 
        framework).
        
        ## Usage
        
        ### To create a new realm project 
        
        `realm-cli init <project_name>`
        
        eg: `realm-cli init 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
        
        `$ realm-cli debug`  
        
        ## Development
        
        1. Use local package:
        
          `
          $ pip install -e .
          `
        
        2. use black `black realm-cli` from time to time.
        3. run test: `realm-cli test`.
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
