create-salt-project
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "create-salt-project", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -11,5 +11,3 @@ import { execCommand, execCommandOnProject, log, spinner } from "../utils.js"; | ||
async createProject() { | ||
const angularSpinner = spinner("Please wait, initializing your project...\n") | ||
.start() | ||
.stop(); | ||
const angularSpinner = spinner("Please wait, initializing your project...\n").start(); | ||
const commandInstall = `npx -p @angular/cli@latest ng new ${this.answers.projectName} --style scss --routing true --ssr false --package-manager ${this.answers.packageManager}`; | ||
@@ -16,0 +14,0 @@ await execCommand(commandInstall); |
{ | ||
"name": "create-salt-project", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -14,5 +14,3 @@ import { TAnswers } from "../types.js"; | ||
"Please wait, initializing your project...\n" | ||
) | ||
.start() | ||
.stop(); | ||
).start(); | ||
@@ -19,0 +17,0 @@ const commandInstall = `npx -p @angular/cli@latest ng new ${this.answers.projectName} --style scss --routing true --ssr false --package-manager ${this.answers.packageManager}`; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53777
1382