Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
/ tools Public archive

A collection of open source tools, written in TypeScript, that can be used in any JavaScript project.

License

Notifications You must be signed in to change notification settings

codinasion-archive/tools

Repository files navigation

@codinasion/tools

CodeFactor Code Size version MIT

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