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!
- Host: GitHub
- URL: https://github.com/pichillilorenzo/pyv8-emmet-loader
- Owner: pichillilorenzo
- License: mit
- Created: 2016-09-13T01:22:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T11:33:49.000Z (about 9 years ago)
- Last Synced: 2025-02-02T23:58:56.455Z (8 months ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)