Skip to content

Javascript utilities for web application development in an npm pacakge

License

Notifications You must be signed in to change notification settings

simonemmott/k2-tools-utils

Repository files navigation

Total alerts Language grade: JavaScript

K2 tools - Javascript Utilities

This npm package is a set of general javascript tools developed to support web application development.

It provides functions for formatting strings, like titleCase, camelCase etc. If provides pipe and queue implementations.

Getting Started

Install

npm install @k2_tools/utils

Import

There are several packages available through @k2_tools/utils.

import {pipes} from "@k2_tools/utils";
import {queues} from "@k2_tools/utils";
import {strings} from "@k2_tools/utils";
import {effects} from "@k2_tools/utils";
import {geometry} from "@k2_tools/utils";
import {svg} from "@k2_tools/utils";
import {threads} from "@k2_tools/utils";

Contributing

If you'd like to contribute to this project feel free to fork the repository and use a feature branch. Pull requests are warmly welcome

Licensing

The code in this project is under the MIT licence

About

Javascript utilities for web application development in an npm pacakge

Resources

License

Stars

Watchers

Forks

Packages

No packages published