JavaScript/TypeScript CLI tool that reports project metadata to the Kite monitoring API.
npm install --save-dev @concept7/kite- A
.envfile with anENVorENVIRONMENTvariable (with or without a framework prefix) - A
.nvmrcfile and/or anodeversion inpackage.json:
{
"engines": {
"node": ">=18"
}
}Add the KITE_TOKEN to your .env file (generated from the Kite Dashboard):
KITE_TOKEN=your-kite-tokenNOTE: Do not prefix this variable with EXPO_PUBLIC_, VITE_, NG_APP_, etc. This variable is only used by the CLI tool, not by your framework.
npx kite --helpnpx kite --versionsDetected frameworks:
- Node
- React
- React Native
- Expo
- Ionic
- Capacitor
- Angular
- Vue
npx kite --reportMeta — Framework and runtime versions detected in the project.
Packages — All npm dependencies from package.json, resolved to their installed versions from package-lock.json. Each package is tagged with ecosystem: "npm".
MIT