https://github.com/ethercap/bekit
https://github.com/ethercap/bekit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethercap/bekit
- Owner: ethercap
- License: bsd-3-clause
- Created: 2020-04-21T07:35:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T15:30:57.000Z (over 3 years ago)
- Last Synced: 2025-04-01T18:14:59.547Z (about 1 year ago)
- Language: TypeScript
- Size: 1.71 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Bekit is a Front-End kit package. Its purpose is to solve the common problems in our development and to make work efficient. It contain functions such as operating url, userAgent judgement, localStorage and so on.
# Install
```bash
npm install bekit -D
```
# Usage
```javascript
import * as bekit from 'bekit';
const { Url, Ua, Dom } = bekit.helper;
```
## Documentation
[English](https://luzimingx.github.io/bekit/)
[中文](https://luzimingx.github.io/bekit/zh/)