Snippet Helper Plugin
The Snippet Helper utility library offers some methods to load code snippets into pages.
Features
- Loads code snippets
- Supports Prism highlighting when available.
- Free to use under MIT
Installation
Via Bower:
bower install snippet-helper
Via npm:
npm install snippet-helper
In a browser:
Getting Started
Include jQuery and the plug-in on a page. Create the snippets that should be available under 'snippets' directory and call snippetHelper.loadSnippets
For more information on how to setup and customise, check the examples.
License
Licensed under MIT license.