Fastkit

How to use

Installation

Find what you need for your application and install them individually.

Find the feature you are looking for here.

npm install @fastkit/universal-logger @fastkit/ev

Optimization

The internal packages of the Fastkit project are divided into smaller packages and dependencies to avoid duplicate functionality as much as possible. When adding new packages or upgrading packages, please keep all packages as up-to-date as possible.

npm

Tools such as npm-check-updates can be used for bulk updates.

yarn

yarn upgrade --pattern @fastkit/ --latest

pnpm

pnpm update "@fastkit/*" --latest