yiyirushi / tool-helper

Collect commonly used toolsets.

Home Page:https://kailong321200875.github.io/tool-helper/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tool-helper

license

English | 中文

Introduction

Collect and organize commonly used tool functions to facilitate unified maintenance and management. It can also be used as a way to learn rollup + typescript.

Welcome everyone to contribute code~

Documentation

Documentation Github

Documentation Gitee

Install

npm

npm i tool-helper -S

pnpm

pnpm i tool-helper -S

yarn

yarn add tool-helper

Use

ESM

import { isNumber } from 'tool-helper'

isNumber('test')

CJS

const tools = require('tool-helper')

tools.isNumber('test')

Browser support

Support modern browsers and IE11, untested below 11.

 Edge
IE
 Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
support IE11 last 2 versions last 2 versions last 2 versions last 2 versions

How to contribute

You can Raise an issue Or submit a Pull Request.

Pull Request:

  1. Fork code
  2. Create your own branch: git checkout -b feat/xxxx
  3. Submit your changes: git commit -am 'feat: add xxxxx'
  4. Push your branch: git push origin feat/xxxx
  5. submit pull request

Git Contribution submission specification

  • feat New features
  • fix Fix bugs
  • style Format and style (changes that do not affect code operation)
  • refactor Refactor
  • perf Optimize related, such as improving performance and experience
  • test Add test
  • chore Changes in the construction process or auxiliary tools
  • workflow Workflow improvement
  • types type

License

MIT

Contributors

git-Where
葉家男孩
kailong321200875
Archer
ZephyrAndMoon
Zephyr

About

Collect commonly used toolsets.

https://kailong321200875.github.io/tool-helper/index.html

License:MIT License


Languages

Language:TypeScript 97.3%Language:JavaScript 2.3%Language:Shell 0.4%