Skip to content

zodman/github-list

Repository files navigation

Fetch github

Coverage Status

CI

  • Install
yarn install
yarn run build
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
# optional
# export set TOKEN='<github_token>' to avoid limits
python seed.py 
flask run
  • Testing
source .env/bin/activate
fab test
python -m http.server  --directory htmlcov/

Timelapse:

6pm-8pm build the seed.py
10pm-11pm unittest of seed.py
11-1am flask app and unittest
1am-2am deploy on ci

total:  ~7hrs

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published