Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leocode/code-snippets
- Owner: leocode
- License: mit
- Created: 2021-02-19T13:44:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T13:48:05.000Z (almost 4 years ago)
- Last Synced: 2023-03-07T19:17:40.435Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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';`