@botim/botim-cli 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -9,7 +9,7 @@ import { setRuntimeEnvironment, parseEnvironment, getEnvironmentDisplayName } fr
9
9
  import chalk from "chalk";
10
10
  import fs from "fs-extra";
11
11
  import path from "path";
12
- const version = "0.0.2";
12
+ const version = "0.0.3";
13
13
  const program = new Command();
14
14
  program.name("botim-cli").description("CLI tool to generate boilerplate code for React and Vue applications").version(version, "-v, --version", "Output the current version").option("--env <environment>", "Target environment: prod or beta (overrides default)", (value) => {
15
15
  const env = parseEnvironment(value);