config/sublime/Packages/AAAPackageDev/data
2013-03-15 10:49:28 -07:00
..
html_template.txt add new sublime packages 2013-03-15 10:49:28 -07:00
main.css add new sublime packages 2013-03-15 10:49:28 -07:00
README.rst add new sublime packages 2013-03-15 10:49:28 -07:00

================
%(package_name)s
================

<main description>


The Problem
===========

<problem this package tries to solve>


Getting Started
===============

- Install `%(package_name)s`_

.. _%(package_name)s: https://

If you're running a full installation of Sublime Text, simply doublelick on the
``.sublime-package`` file. If you're running a portable installation, you need
to perform an `installation by hand`_.

.. _installation by hand: http://sublimetext.info/docs/extensibility/packages.html#installation-of-packages-with-sublime-package-archives

Once installed, run the following command from the Python console (``Ctrl+```)::

      view.run_command("COMMAND")

Alternatively, you can define a new key binding for this command.

How to Use
==========