0.3.0 • Published 1 year ago

miva-mmt-dev-mirror v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

miva-mmt-dev-mirror

Used to copy files from your root mmt directory to a new mirrored directory that represents a dev/staging environment. Once the process is running any files saved from the root folder will be mirrored into the environment folder. This allows you to safely checkout branches on a dev environment and push "live" files from your root folder without running into errors.

Installation

[npm|pnpm] i miva-mmt-dev-mirror

Usage

[npx|pnpm exec] mmt-dev [options] [environment]

# In a new terminal window...

cd miva-templates-[environment]
mmt checkout [remote]
mmt push

# Save files from `miva-templates` and they will automatically be mirrored

Note: Run mmt-dev --help for documentation.

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago