https://github.com/ozum/scrap2
Disposable repo for experimenting
https://github.com/ozum/scrap2
Last synced: about 2 months ago
JSON representation
Disposable repo for experimenting
- Host: GitHub
- URL: https://github.com/ozum/scrap2
- Owner: ozum
- License: mit
- Created: 2018-05-08T16:19:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T14:44:28.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T18:24:58.437Z (3 months ago)
- Language: JavaScript
- Size: 521 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme-template.hbs
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# {{changeCase "title" (package "name")}}
> {{package "description"}}
>
> {{#each (package "shields")}}[![{{this.name}}][{{this.name}}]][{{this.name}}-url]{{/each}}{{#each (package "shields")}}
[{{this.name}}]: {{this.image}}
[{{this.name}}-url]: {{this.url}}
{{/each}}# Installation
...
# Description
...
# Synopsis
```ts
...
```# Details
# API
{{>main~}}