Skip to content

yhttp/yhttp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yhttp-boilerplate

A simple template for yhttp framework.

Development

Setup development environment

make venv
make activate.sh
make env

Or to delete the current environment and make a fresh one for project.

make fresh env

To activate the created python virtual environment

source activate.sh

Running tests

make test

for code coverage

make cover

Linter

make lint

Serve

make serve

The default bind is localhost:8080 and you can check it by curl

curl localhost:8080
curl -X describe localhost:8080

Create source distribution

make dist

Clean distribution directory

make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published