This is a collection of open source tools, written in TypeScript, that can be used in any JavaScript project.
You can find the documentation for each tool in the src
directory.
npm install codinasion/tools
or, if you prefer yarn
:
yarn add codinasion/tools
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';
This project is licensed under the MIT License - see the LICENSE file for details