Skip to content

Commit

Permalink
🚧 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed May 27, 2024
1 parent 032e755 commit 0fb2cc5
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 26 deletions.
52 changes: 52 additions & 0 deletions assets/logo_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions assets/logo_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
205 changes: 205 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 10 additions & 26 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,9 @@
<div align="center">

<samp>

# ![diary](./shots/logo.png)

</samp>

</div>

<div align="left">

**Dear diary, you make my logging so easy**

<a href="https://npm-stat.com/charts.html?package=diary">
<img src="https://badgen.net/npm/dm/diary?color=black&label=npm%20downloads" alt="js downloads">
</a>
<a href="https://licenses.dev/npm/diary">
<img src="https://licenses.dev/b/npm/diary?style=dark" alt="licenses" />
</a>
<a href="https://unpkg.com/diary/">
<img src="https://img.badgesize.io/https://unpkg.com/diary/browser.mjs?compression=gzip&label=gzip&color=black" alt="gzip size" />
</a>
<a href="https://unpkg.com/diary/">
<img src="https://img.badgesize.io/https://unpkg.com/diary/browser.mjs?compression=brotli&label=brotli&color=black" alt="brotli size" />
</a>
![diary](./assets/logo_dark.svg#gh-dark-mode-only)
![diary](./assets/logo_light.svg#gh-light-mode-only)

**Dear _diary_, you make my logging so easy!**

<br>
<br>
Expand All @@ -43,11 +23,15 @@ This is free to use software, but if you do like it, consisder supporting me ❤

- No [dependencies](https://npm.anvaka.com/#/view/2d/diary)
- Outstanding [performance](#-benchmark)
- Support for [`debug`'s filter](https://www.npmjs.com/package/debug#wildcards)

## ⚙️ Install

```sh
> Avaliable on [jsr](https://jsr.io/@mr/log), [NPM](https://npmjs.com/package/diary) and
> [deno.land](https://deno.land/x/diary)
[![licenses](https://licenses.dev/b/npm/diary?style=dark)](https://licenses.dev/npm/diary)

```shell
npm add diary
```

Expand Down
Binary file removed shots/logo.png
Binary file not shown.

0 comments on commit 0fb2cc5

Please sign in to comment.