All Projects → toxinu → Sublimall Server

toxinu / Sublimall Server

Licence: mit
Server behind Sublimall SublimeText plugin

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sublimall Server

Icondrop
Get access to 2 million+ design resources right inside Adobe Xd, Figma, Sketch, Microsoft Office, G Suite and many more.
Stars: ✭ 174 (+304.65%)
Mutual labels:  plugin, extension
Miaow
A set of plugins for Sketch include drawing links & marks, UI Kit & Color sync, font & text replacing.
Stars: ✭ 2,536 (+5797.67%)
Mutual labels:  plugin, extension
Sublimetext Markdown Preview
markdown preview and build plugin for sublime text 2/3
Stars: ✭ 2,337 (+5334.88%)
Mutual labels:  plugin, sublime-text
Incrementselection
Add a number to each selection in Sublime Text, incremented once per selection
Stars: ✭ 105 (+144.19%)
Mutual labels:  plugin, sublime-text
Atom Plugins
some awesome atom-plugins !
Stars: ✭ 526 (+1123.26%)
Mutual labels:  plugin, extension
Dddplus
🔥 A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!
Stars: ✭ 107 (+148.84%)
Mutual labels:  plugin, extension
Awesome Xcode Extensions
Awesome native Xcode extensions.
Stars: ✭ 2,628 (+6011.63%)
Mutual labels:  plugin, extension
Caddy V1 Service
⬛️ Run Caddy as a service
Stars: ✭ 69 (+60.47%)
Mutual labels:  plugin, extension
Textext
Re-editable LaTeX graphics for Inkscape
Stars: ✭ 383 (+790.7%)
Mutual labels:  plugin, extension
Coffeescript Sublime Plugin
Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
Stars: ✭ 296 (+588.37%)
Mutual labels:  plugin, sublime-text
Chrome Better History
Replace the default Chrome history with this better history plugin.
Stars: ✭ 103 (+139.53%)
Mutual labels:  plugin, extension
Sublimeallautocomplete
Extend Sublime autocompletion to find matches in all open files of the current window
Stars: ✭ 906 (+2006.98%)
Mutual labels:  plugin, sublime-text
Trimmer
A Sublime Text plug-in for cleaning up whitespace.
Stars: ✭ 100 (+132.56%)
Mutual labels:  plugin, sublime-text
Plugin.video.catchuptvandmore
Replay, Live TV and websites videos addon for Kodi
Stars: ✭ 131 (+204.65%)
Mutual labels:  plugin, extension
Filebrowser
📂 Web File Browser
Stars: ✭ 13,854 (+32118.6%)
Mutual labels:  plugin, extension
Ctrlp Py Matcher
Fast vim CtrlP matcher based on python
Stars: ✭ 229 (+432.56%)
Mutual labels:  plugin, extension
Sublime Text Plugins For Frontend Web Development
📝 Collection of plugins for Frontend Web Development
Stars: ✭ 1,127 (+2520.93%)
Mutual labels:  plugin, sublime-text
Damnwebscanner
Another web vulnerabilities scanner, this extension works on Chrome and Opera
Stars: ✭ 254 (+490.7%)
Mutual labels:  plugin, extension
Cp Ddd Framework
A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!
Stars: ✭ 566 (+1216.28%)
Mutual labels:  plugin, extension
Caddy V1 Webdav
📂 WebDAV support for Caddy server.
Stars: ✭ 36 (-16.28%)
Mutual labels:  plugin, extension

Sublimall

.. image:: https://travis-ci.org/toxinu/sublimall-server.svg?branch=master :target: https://travis-ci.org/toxinu/sublimall-server .. image:: https://coveralls.io/repos/github/toxinu/sublimall-server/badge.svg?branch=master :target: https://coveralls.io/github/toxinu/sublimall-server?branch=master

Sublimall is Python 3.6 server behind Sublimall_ SublimeText plugin.

Installation


Let's read INSTALL.md or follow this quick and dirty install steps:

::

    git clone https://github.com/toxinu/sublimall-server.git
    cd sublimall-server
    virtualenv virtenv
    source virtenv/bin/activate
    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

.. _Sublimall: https://github.com/toxinu/sublimall
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].