Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leocode/code-snippets

Collection of useful code snippets / utils
https://github.com/leocode/code-snippets

Last synced: 10 days ago
JSON representation

Collection of useful code snippets / utils

Awesome Lists containing this project

README

        

# code-snippets

Collection of useful code snippets / utils

## How to install

`yarn add git+https://github.com/leocode/code-snippets.git`

`npm install --save git+https://github.com/leocode/code-snippets.git`

## How to use

`const snippets = require('@leocode/code-snippets');`

`import * as snippets from '@leocode/code-snippets';`