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
- Host: GitHub
- URL: https://github.com/namesmt/obnoxious-log
- Owner: NamesMT
- License: mit
- Created: 2024-05-11T15:06:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:59:42.000Z (over 1 year ago)
- Last Synced: 2024-10-25T11:45:25.966Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# obnoxious-log 
[![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