1.0.1 • Published 4 years ago

@revelmind/snippet v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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.

let snippet = require("snippetjs");

console.log(snippet.getSnippets());

Installing

Install Snippet via NPM or Yarn:

npm install snippetjs
yarn add snippetjs