@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.
- package/dist/cli.js +1 -1
- 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("
|
|
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;
|