# kitx

> toolkit

Latest version **2.2.0** (published 2025-01-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install kitx
pnpm add kitx
yarn add kitx
bun add kitx
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: has types; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 2.2.0 |
| Published | 2025-01-03 |
| First published | 2016-02-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 11.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12 |
| Author | Jackson Tian |
| Maintainers | jacksontian |
| Keywords | toolkit, kit |

## Links

- npm: https://www.npmjs.com/package/kitx
- Repository: https://github.com/JacksonTian/kitx
- Homepage: https://github.com/JacksonTian/kitx#readme
- Issues: https://github.com/JacksonTian/kitx/issues
- npm.io page: https://npm.io/package/kitx

## Dependencies (1)

- [@types/node](https://npm.io/package/@types/node.md) ^22.5.4

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 2.2.0 (latest) — 2025-01-03
- 2.1.0 — 2020-02-14
- 2.0.0 — 2019-09-18
- 1.3.0 — 2017-09-20
- 1.2.1 — 2017-05-25
- 1.2.0 — 2016-12-20
- 1.1.0 — 2016-07-11
- 1.0.0 — 2016-02-01

## README

# kitx

A Node.js toolkit.

[![NPM version][npm-image]][npm-url]
[![Node.js CI](https://github.com/JacksonTian/kitx/actions/workflows/node.js.yml/badge.svg)](https://github.com/JacksonTian/kitx/actions/workflows/node.js.yml)
[![codecov](https://codecov.io/gh/JacksonTian/kitx/branch/master/graph/badge.svg?token=XqdL3E9piR)](https://codecov.io/gh/JacksonTian/kitx)
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/kitx.svg?style=flat-square
[npm-url]: https://npmjs.org/package/kitx
[download-image]: https://img.shields.io/npm/dm/kitx.svg?style=flat-square
[download-url]: https://npmjs.org/package/kitx

## Installation

```sh
npm install kitx --save
```

## Usage

Require it:

```js
const kitx = require('kitx');
```

## API

See [API docs](http://doxmate.cool/JacksonTian/kitx/api.html).

## License

The MIT license.

---
_Source: https://npm.io/package/kitx · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
