@codinasion/tools
This is a collection of open source tools, written in TypeScript, that can be used in any JavaScript project.
Tools
You can find the documentation for each tool in the src
directory.
Getting Started
npm install codinasion/tools
or, if you prefer yarn
:
yarn add codinasion/tools
Usage
You can import the tools individually:
import { FormatStringToTitleCase } from 'codinasion/tools';
or, if you prefer to import all the tools:
import * as tools from 'codinasion/tools';
License
This project is licensed under the MIT License - see the LICENSE file for details