New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@commandkit/devtools

Package Overview
Dependencies
Maintainers
2
Versions
642
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commandkit/devtools

CommandKit devtools

latest
Source
npmnpm
Version
1.2.1
Version published
Weekly downloads
1.6K
2.85%
Maintainers
2
Weekly downloads
 
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 09 Mar 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