Skip to content

Server behind Sublimall SublimeText plugin

License

Notifications You must be signed in to change notification settings

lubekpl/sublimall-server

 
 

Repository files navigation

Sublimall

https://coveralls.io/repos/socketubs/sublimall-server/badge.png https://badges.gitter.im/socketubs/Sublimall.png

Sublimall is Python 3 server behind Sublimall SublimeText plugin.

Installation

git clone https://github.com/socketubs/sublimall-server.git
cd sublimall-server
virtualenv-3 virtenv
source virtenv
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Tests

Sublimall server is tested at ~90% coverage.

pip install coverage
make coverage
firefox htmlcov/index.html

About

Server behind Sublimall SublimeText plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published