@giraugh/tools
v2.3.1
Published
Generic typescript utilities built with simplicity in mind
Downloads
193
Maintainers
Readme
🦒 Giraugh Tools
Generic typescript utilities built with simplicity in mind.
Installation
Yarn
yarn add @giraugh/tools
PNPM
pnpm add @giraugh/tools
NPM
npm install @giraugh/tools
Usage
import { pluralize } from '@giraugh/tools'
pluralize('cake', 2) === 'cakes'
Documentation
Docs are auto generated based on TSDoc comments. See the full API docs above for a list of tools and constants you can use.
Development
If you find an issue or want to request a feature, please create an issue.
Refer to the Contributing Guide for details on local development and contributing to this project.
License
@giraugh/tools
is licensed under MIT