An open API service indexing awesome lists of open source software.

https://github.com/techquery/node-toolkit

Toolkit for Node.JS packages
https://github.com/techquery/node-toolkit

Last synced: 9 months ago
JSON representation

Toolkit for Node.JS packages

Awesome Lists containing this project

README

          

# Node.JS toolkit

Toolkit for [Node.JS packages](https://docs.npmjs.com/getting-started/packages)

[![NPM Dependency](https://david-dm.org/TechQuery/node-toolkit.svg)][1]
[![CI & CD](https://github.com/TechQuery/node-toolkit/actions/workflows/main.yml/badge.svg)][2]

[![NPM](https://nodei.co/npm/@tech_query/node-toolkit.png?downloads=true&downloadRank=true&stars=true)][3]

## Basic usage

```Shell
npm install @tech_query/node-toolkit
```

```JavaScript
import * as Toolkit from '@tech_query/node-toolkit';
```

## Utility methods

- [Usage example](https://github.com/TechQuery/node-toolkit/tree/master/test)

- [API document](https://tech-query.me/node-toolkit/)

## Typical cases

https://www.npmjs.com/package/@tech_query/node-toolkit?activeTab=dependents

[1]: https://david-dm.org/TechQuery/node-toolkit
[2]: https://github.com/TechQuery/node-toolkit/actions/workflows/main.yml
[3]: https://nodei.co/npm/@tech_query/node-toolkit/