create-rstack 1.7.15 → 1.7.16

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2195,7 +2195,7 @@ async function create({ name, root, templates, skipFiles, getTemplateName, mapES
2195
2195
  const { isAgent } = await (0, dist.determineAgent)();
2196
2196
  if (isAgent) {
2197
2197
  console.log('');
2198
- src_logger.info('To create a project non-interactively, run: npx -y create-rsbuild <DIR> --template <TEMPLATE>');
2198
+ src_logger.info(`To create a project non-interactively, run: npx -y create-${name} <DIR> --template <TEMPLATE>`);
2199
2199
  }
2200
2200
  const argv = parseArgv(processArgv);
2201
2201
  if (argv.help) return void logHelpMessage(name, templates, extraTools);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rstack",
3
- "version": "1.7.15",
3
+ "version": "1.7.16",
4
4
  "description": "Create a new Rstack project",
5
5
  "repository": {
6
6
  "type": "git",