An open API service indexing awesome lists of open source software.

https://github.com/pichillilorenzo/pyv8-emmet-loader

PyV8 Emmet Loader is the loader of PyV8 used by Emmet for Sublime Text plugin. This is thought to be used for Sublime Text Plugin creation!
https://github.com/pichillilorenzo/pyv8-emmet-loader

Last synced: 6 months ago
JSON representation

PyV8 Emmet Loader is the loader of PyV8 used by Emmet for Sublime Text plugin. This is thought to be used for Sublime Text Plugin creation!

Awesome Lists containing this project

README

          

# PyV8 Emmet Loader

Here you can get the loader of **PyV8** used by [Emmet](https://github.com/sergeche/emmet-sublime) for Sublime Text plugin.

**This is thought to be used for Sublime Text Plugin creation!**

In fact with this module, your plugin will **automaticaly install/upgrade** the PyV8 binaries
from here [emmetio/pyv8-binaries](https://github.com/emmetio/pyv8-binaries).

### Usage

Example here: [sublime-text-plugin-example](https://github.com/pichillilorenzo/pyv8-emmet-loader-sublime-text-plugin-example)