@my-devkit/cli

My Devkit: command line tools for mdk apps

Usage no npm install needed!

<script type="module">
  import myDevkitCli from 'https://cdn.skypack.dev/@my-devkit/cli';
</script>

README

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