vovk-cli 0.0.3 → 0.0.4

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.
@@ -171,6 +171,9 @@ export class VovkDev {
171
171
  const schemaOutAbsolutePath = path.join(cwd, this.#schemaOut ?? this.#projectInfo.config.schemaOutDir);
172
172
  if (isInitial) {
173
173
  callback();
174
+ if (!this.#segments.length) {
175
+ log.info(`Create a root segment with ${chalkHighlightThing('npx vovk new segment')} command`);
176
+ }
174
177
  }
175
178
  else {
176
179
  log.info('Config file has been updated');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-cli",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "CLI tool for managing Vovk.ts projects",
5
5
  "files": [
6
6
  "dist",