@sebgroup/frontend-tools
Version:
A set of frontend tools
51 lines (32 loc) • 1.69 kB
Markdown
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/semantic-release/semantic-release)
[](https://coveralls.io/github/sebgroup/frontend-tools?branch=master)
[](https://dependabot.com)
[](https://www.npmjs.com/package/@sebgroup/frontend-tools)

# **Frontend tools**
A set of frontend utilities that can be used with any javascript application. It's lightweight and intuitive.
This library is **tree-shakable** 🎉.
## **Installation**
### npm
```terminal
npm install @sebgroup/frontend-tools
```
### yarn
```terminal
yarn add @sebgroup/frontend-tools
```
## **Usage**
Using `isStrongPassword` utility as an example, this is how you import it:
### ES6
```typescript
import { isStrongPassword } from "@sebgroup/frontend-tools";
```
### ES5
```typescript
const isStrongPassword = require("@sebgroup/frontend-tools");
```
## **How to contribute**
Please read our [contributing guildines](https://github.com/sebgroup/frontend-tools/blob/master/CONTRIBUTING.md)
## **Documentation**
For detailed documentation about these utilites please visit our [wiki page](https://github.com/sebgroup/frontend-tools/wiki)