All Projects → packagecontrol → st_package_reviewer

packagecontrol / st_package_reviewer

Licence: MIT license
A tool to review packages for Sublime Text

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to st package reviewer

GoDebug
Go debugger (Delve) integration with Sublime Text 3
Stars: ✭ 20 (+53.85%)
Mutual labels:  sublime-text
UnrealScriptIDE
Auto-completion, Syntax Highlighting, Go to Declaration, Build and Run and more..
Stars: ✭ 86 (+561.54%)
Mutual labels:  sublime-text
dimmed
👔 Dimmed Color Theme for Sublime Text 2/3
Stars: ✭ 18 (+38.46%)
Mutual labels:  sublime-text
zurb-ink-sublime-snippets
ZURB Ink Sublime Snippets
Stars: ✭ 25 (+92.31%)
Mutual labels:  sublime-text
sublime-reason
Official Reason plugin for Sublime Text
Stars: ✭ 42 (+223.08%)
Mutual labels:  sublime-text
sublime-commands
Adds all default commands to the command pallet
Stars: ✭ 18 (+38.46%)
Mutual labels:  sublime-text
Sublime-Fanhuaji
繁化姬的 Sublime Text 插件
Stars: ✭ 48 (+269.23%)
Mutual labels:  sublime-text
elm-syntax-highlighting
Syntax Highlighting for Elm in Sublime Text
Stars: ✭ 27 (+107.69%)
Mutual labels:  sublime-text
sublime
🧛🏻‍♂️ Dark theme for Sublime Text
Stars: ✭ 87 (+569.23%)
Mutual labels:  sublime-text
Tutkain
A Sublime Text package for interactive Clojure development
Stars: ✭ 62 (+376.92%)
Mutual labels:  sublime-text
sublime-applescript
AppleScript command completions, build system and useful snippets. Supports editing binary scripts
Stars: ✭ 50 (+284.62%)
Mutual labels:  sublime-text
sublime-color-scheme-unit
A testing framework for Sublime Text color schemes.
Stars: ✭ 19 (+46.15%)
Mutual labels:  sublime-text
sublime-text-theme-switcher-menu
Painless theme selection in Sublime Text ⚡
Stars: ✭ 18 (+38.46%)
Mutual labels:  sublime-text
ST-OpenUri
The ultimate Sublime Text plugin for opening URIs (URLs) in your file.
Stars: ✭ 25 (+92.31%)
Mutual labels:  sublime-text
sublime-coconut
Coconut syntax highlighting for Sublime Text and VSCode.
Stars: ✭ 18 (+38.46%)
Mutual labels:  sublime-text
MoveTab
Plugin for Sublime Text to move tabs around. Now maintained over at https://github.com/SublimeText/MoveTab
Stars: ✭ 19 (+46.15%)
Mutual labels:  sublime-text
elm-format-on-save
Sublime Text plugin to run elm-format on save
Stars: ✭ 18 (+38.46%)
Mutual labels:  sublime-text
fatfree-snippets
🔝 Fat-Free Framework snippets for Sublime Text 2/3
Stars: ✭ 20 (+53.85%)
Mutual labels:  sublime-text
sublime-fish
A robust Sublime Text syntax package for fish
Stars: ✭ 32 (+146.15%)
Mutual labels:  sublime-text
themeX
The ultimate UNIVERSAL syntax color theme generator that let's you build your color scheme in just one file and compile for a wide range of different editors.
Stars: ✭ 26 (+100%)
Mutual labels:  sublime-text

st_package_reviewer

Build Status Coverage Status PyPI Python Versions

A tool to review packages for Sublime Text 3 (and its package manager Package Control). Supports passing local file paths or URLs to GitHub repositories.

This README focuses on installation and usage of the tool. For how to resolve failures or warnings reported by the tool, refer to the wiki.

Installation

Requires Python 3.4 or higher.

$ pip install st-package-reviewer

Usage

usage: st_package_reviewer [-h] [--version] [--clip] [--repo-only] [-w] [-v]
                           [--debug]
                           [path_or_URL [path_or_URL ...]]

Check a Sublime Text package for common errors.

positional arguments:
  path_or_URL           URL to the repository or path to the package to be checked. If not provided, runs in interactive mode.

optional arguments:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  --clip                Copy report to clipboard.
  --repo-only           Do not check the package itself and only its repository.
  -w, --fail-on-warnings
                        Return a non-zero exit code for warnings as well.
  -v, --verbose         Increase verbosity.
  --debug               Enter pdb on exceptions. Implies --verbose.

Return values:
    0: No errors
    -1: Invalid command line arguments

Additional return values in non-interactive mode (a combination of bit flags):
    1: Package check finished with failures
    2: Repository check finished with failures
    4: Unable to download repository

Interactive mode:
    Enter package paths or repository URLS continuously.
    Type `c` to copy the last report to your clipboard.
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].