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

@my-devkit/cli

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@my-devkit/cli

My Devkit: command line tools for mdk apps

Source
npmnpm
Version
2.1.5
Version published
Weekly downloads
4
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

My DevKit CLI

Development tools specialized for My DevKit

The Goal of My DevKit CLI

The My DevKit CLI creates, manages, builds and test your projects. It's built on top of the MyDevKit utilities:

  • @my-devkit/core
  • @my-devkit/firebase
  • @my-devkit/migrations

Installation

To get started locally, follow these instructions:

pnpm install @my-devkit/cli

Building

To make a local build of your project:

mdk build

This command will compile your project after cleaning up previously transpiled typescript files.

Watch mode

mdk watch

This command will compile your project after cleaning up previously transpiled typescript files

To be improved: The cleanup is not working yet on watch mode...

Publish npm package

This command is a facility to publish a package only if it's content has changed during the continuous integration.

mdk publish

Token replacement

This command is a facility to publish a package only if it's content has changed during the continuous integration.

mdk replace-token

FAQs

Package last updated on 24 Sep 2025

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