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

https://github.com/namesmt/utils


https://github.com/namesmt/utils

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# @namesmt/utils ![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]

**@namesmt/utils** is my opinionated collection of common JavaScript / TypeScript utils on top of [@antfu](https://github.com/antfu)'s opinionated collection

## Features
- [x] TypeScript ready!

## Usage
### Install package:
```sh
# npm
npm install @namesmt/utils

# yarn
yarn add @namesmt/utils

# pnpm (recommended)
pnpm install @namesmt/utils
```

### Import:
```ts
// ESM
import { createLogger, objectGet } from '@namesmt/utils'
```

## Roadmap
- [ ] Become the legendary 10000x developer

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

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