Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.17 KB

README.md

File metadata and controls

53 lines (40 loc) · 1.17 KB

gateone module for Package Control

This provides the terminal from the GateOne project: https://github.com/liftoff/GateOne

How to use gateone as a dependency

In order to tell Package Control that you are using the gateone module in your ST package, create a dependencies.json file in your package root with the following contents:

{
   "*": {
      "*": [
         "gateone-terminal"
      ]
   }
}

If the file exists already, add "gateone-terminal" to the every dependency list.

Then run the Package Control: Satisfy Dependencies command to make Package Control install the module for you locally (if you don't have it already).

After all this you can use import gateone in any of your Python plugins.

See also: Documentation on Dependencies

License

The contents of the root folder in this repository are released under the public domain. The contents of the all/ folder fall under their own bundled licenses.