🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@commandkit/devtools

Package Overview
Dependencies
Maintainers
2
Versions
669
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commandkit/devtools

CommandKit devtools

Source
npmnpm
Version
1.2.1-dev.20260407010856
Version published
Maintainers
2
Created
Source

CommandKit Devtools

This plugin provides a set of tools for working with CommandKit.

Installation

npm install @commandkit/devtools

Usage

To use the @commandkit/devtools plugin, you need to add it to your CommandKit application. This can be done by importing the plugin and adding it to your configuration.

import { devtools } from '@commandkit/devtools';
import { defineConfig } from 'commandkit';

export default defineConfig({
  plugins: [devtools()],
});

Now when you start your bot in development mode, this plugin will serve a web interface at http://localhost:4356 where you can view and manage your CommandKit application.

FAQs

Package last updated on 07 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts