@tech_query/node-toolkit
v2.0.0-beta.3
Published
Toolkit for Node.JS packages
Downloads
613
Maintainers
Readme
Node.JS toolkit
Toolkit for Node.JS packages
Versions
| SemVer | status | Node.js |
| :----: | :----------: | :-------: |
| >=2 | ✅developing | >=20.12 |
| <2 | ❌deprecated | >=6 |
Basic usage
npm install @tech_query/node-toolkitimport * as Toolkit from '@tech_query/node-toolkit';Utility methods
Modern alternatives since v2
Some tools in v1 have been replaced by modern standards or packages:
- Code formatter: https://biomejs.dev/
- Code highlighter:
- https://shiki.style/
- https://github.com/wooorm/starry-night
- ECMAScript compiler & minifier:
- https://www.typescriptlang.org/
- https://parceljs.org/
- HTTP request & stream: https://github.com/EasyWebApp/KoAJAX
- WinterCG API based tools: https://github.com/EasyWebApp/web-utility
- Command Line executor: https://google.github.io/zx/
Typical cases
https://www.npmjs.com/package/@tech_query/node-toolkit?activeTab=dependents

