Metadata-Version: 2.1
Name: graft-cli
Version: 0.0.1
Summary: A command line utitily to provide services offered by graftpress( a graft-elm web framework).
Home-page: https://github.com/amitu/graftpress/
Author: nilinswap
Author-email: nilinswap@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: cookiecutter (>=1.6.0)

# graft-cli

A command line utitily to provide services offered by graftpress (a graft-elm web 
framework).

## Usage

### To create a new graft project 

`graft-cli init <project_name>`

eg: `graft-cli init hello`


### To build project

Move to the project directory and run `graft-cli build`  

In our example:

`
$ cd hello
$ graft-cli build
`

### To get server up and running

`$ graft-cli debug`  

## Development

1. Use local package:

  `
  $ pip install -e .
  `

2. use black `black graft-cli` from time to time.
3. run test: `graft-cli test`.



