Skip to content

Commit

Permalink
chore: attach logo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Mar 11, 2021
1 parent 25f6953 commit 2ddcb8d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
<div align="center">
<img src="logo.png" alt="worktop" height="220" />
</div>

<div align="center">
<a href="https://npmjs.org/package/kleur">
<img src="https://badgen.now.sh/npm/v/kleur" alt="version" />
</a>
<a href="https://github.com/lukeed/kleur/actions?query=workflow%3ACI">
<img src="https://github.com/lukeed/kleur/workflows/CI/badge.svg?event=push" alt="CI" />
</a>
<a href="https://npmjs.org/package/kleur">
<img src="https://badgen.now.sh/npm/dm/kleur" alt="downloads" />
</a>
<a href="https://packagephobia.now.sh/result?p=kleur">
<img src="https://packagephobia.now.sh/badge?p=kleur" alt="install size" />
</a>
</div>

<div align="center">TODO</div>

## Features

* TODO
* TODO
* TODO
* TODO

## Install

```
$ npm install --save worktop
```

## Usage

```ts
Expand All @@ -11,3 +45,7 @@ API.add('GET', '/', (req, res) => {

addEventListener('fetch', API.listen);
```

## License

MIT © [Luke Edwards](https://lukeed.com)

0 comments on commit 2ddcb8d

Please sign in to comment.