Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethercap/bekit
https://github.com/ethercap/bekit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethercap/bekit
- Owner: ethercap
- License: bsd-3-clause
- Created: 2020-04-21T07:35:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T07:13:40.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T20:52:59.515Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.55 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 43
-
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/)