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

https://github.com/namesmt/obnoxious-log

Meme package - https://youtu.be/7vSb1CtCad0?t=303
https://github.com/namesmt/obnoxious-log

Last synced: 8 months ago
JSON representation

Meme package - https://youtu.be/7vSb1CtCad0?t=303

Awesome Lists containing this project

README

          

# obnoxious-log ![TypeScript heart icon](https://img.shields.io/badge/♡-%23007ACC.svg?logo=typescript&logoColor=white)

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Codecov][codecov-src]][codecov-href]
[![Bundlejs][bundlejs-src]][bundlejs-href]
[![jsDocs.io][jsDocs-src]][jsDocs-href]

**obnoxious-log** is my starter/boilerplate for typescript projects.
This template assumes you are using Linux, or the included Dev Container.

## Features
- [x] TypeScript ready!

## Usage
### Install package:
```sh
# pnpm
pnpm install obnoxious-log
```

### Import:
```ts
// ESM
import obnoxiousLog from 'obnoxious-log'

// Browser
const obnoxiousLog = (await import('https://esm.sh/obnoxious-log')).default
```

## Roadmap

- [x] Setting up Dev Container
- [ ] Become the legendary 10000x developer

## License [![License][license-src]][license-href]
[MIT](./LICENSE) License © 2023 [NamesMT](https://github.com/NamesMT)

[npm-version-src]: https://img.shields.io/npm/v/obnoxious-log?labelColor=18181B&color=F0DB4F
[npm-version-href]: https://npmjs.com/package/obnoxious-log
[npm-downloads-src]: https://img.shields.io/npm/dm/obnoxious-log?labelColor=18181B&color=F0DB4F
[npm-downloads-href]: https://npmjs.com/package/obnoxious-log
[codecov-src]: https://img.shields.io/codecov/c/gh/namesmt/obnoxious-log/main?labelColor=18181B&color=F0DB4F
[codecov-href]: https://codecov.io/gh/namesmt/obnoxious-log
[license-src]: https://img.shields.io/github/license/namesmt/obnoxious-log.svg?labelColor=18181B&color=F0DB4F
[license-href]: https://github.com/namesmt/obnoxious-log/blob/main/LICENSE
[bundlejs-src]: https://img.shields.io/bundlejs/size/obnoxious-log?labelColor=18181B&color=F0DB4F
[bundlejs-href]: https://bundlejs.com/?q=obnoxious-log
[jsDocs-src]: https://img.shields.io/badge/Check_out-jsDocs.io---?labelColor=18181B&color=F0DB4F
[jsDocs-href]: https://www.jsdocs.io/package/obnoxious-log