https://github.com/namesmt/utils
https://github.com/namesmt/utils
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/namesmt/utils
- Owner: NamesMT
- License: mit
- Created: 2023-12-12T14:07:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T15:03:23.000Z (about 2 years ago)
- Last Synced: 2024-05-22T16:12:42.628Z (about 2 years ago)
- Language: TypeScript
- Size: 270 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @namesmt/utils 
[![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