Skip to content

csskevin/wg-core

Repository files navigation

WebGlasses Core

NPM GitHub Release Date Build Status

This package is the core of the web-glasses project. It includes the fundamentals of the concept. Currently there are seven primary classes.

  • Apps
  • Driver
  • Files
  • Permission
  • Services
  • Verification
  • Workfolder

The Driver class is the most important class for plugin developers. With this class you can extend the web-glasses project with your own services.

Check out the documentation in the docs folder by running npm run docs.