Development tools specialized for My DevKit
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
To get started locally, follow these instructions:
pnpm install @my-devkit/cli
To make a local build of your project:
mdk build
This command will compile your project after cleaning up previously transpiled typescript files.
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...
This command is a facility to publish a package only if it's content has changed during the continuous integration.
mdk publish
This command is a facility to publish a package only if it's content has changed during the continuous integration.
mdk replace-token