@my-devkit/cli
v2.0.6
Published
My Devkit: command line tools for mdk apps
Downloads
99
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