@rodyssey/cli 0.0.3 → 0.0.5

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -2182,7 +2182,7 @@ Available templates:
2182
2182
  });
2183
2183
  });
2184
2184
  }
2185
- program.name("ro-cli").description("Airconcepts CLI toolkit").version("0.0.1");
2185
+ program.name("@rodyssey/cli").description("Airconcepts CLI toolkit").version("0.0.5");
2186
2186
  var app = program.command("app").description("Manage webapp projects");
2187
2187
  app.command("create").argument("<project-name>", "Name of the project to create").option("-t, --template <template>", "Template to use (webapp | webapp-fullstack)").description("Create a new project from a template").action(async (projectName, options) => {
2188
2188
  let templateName;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodyssey/cli",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Scaffold new projects from airconcepts templates",
5
5
  "bin": {
6
6
  "@rodyssey/cli": "dist/cli.js"