UNPKG

@revelmind/snippet

Version:

A library of free to use code snippets

17 lines (13 loc) 356 B
## Snippet Snippet is a croud-sourced library of code examples (snippets) for anyone to use. It also wraps an API for easy access to the library via NodeJS. ```js let snippet = require("snippetjs"); console.log(snippet.getSnippets()); ``` ## Installing Install Snippet via NPM or Yarn: ```sh npm install snippetjs yarn add snippetjs ```