Skip to content

s6111f/frontend-tools

 
 

Repository files navigation

Commitizen friendly semantic-release Coverage Status Dependabot Status npm version tree shakable

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

npm install @sebgroup/frontend-tools

yarn

yarn add @sebgroup/frontend-tools

Usage

Using isStrongPassword utility as an example, this is how you import it:

ES6

import { isStrongPassword } from "@sebgroup/frontend-tools";

ES5

const isStrongPassword = require("@sebgroup/frontend-tools");

How to contribute

Please read our contributing guildines

Documentation

For detailed documentation about these utilites please visit our wiki page

About

A set of frontend tools written in Typescript

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 59.3%
  • TypeScript 39.3%
  • JavaScript 1.4%