@kinbay/utiljs
v0.10.0
Published
A collection of utility functions for JavaScript
Readme
Installation
First, clone the repossitory
git clone https://github.com/keskinkaan/utiljs.gitThen, install the dependencies
pnpm installAfter installing the dependencies the following pnpm scripts become available:
dev: starts the application in Jest watch mode.test: runs the tests with Jestbuild: bundles the application for production into the build folder with Tsuplint: lint files with Eslint based on the typescript-eslint/parser and typescript-eslint/eslint-pluginprettify: formats the code with Prettierformat: formats the code with Prettier and Eslint within thesrcfoldercommit: commits the changes with Commitizenrelease: releases a new version with Changeset
