create-jqwidgets-angular-app
Advanced tools
Comparing version 1.0.1 to 1.1.0
#! /usr/bin/env node | ||
const loadingSpinner = require('loading-spinner'); | ||
const shell = require('shelljs'); | ||
@@ -37,6 +38,12 @@ const replace = require('replace'); | ||
}); | ||
console.log('\x1b[36m%s\x1b[0m', 'Project ' + projectName + ' Created!'); | ||
console.log('\x1b[36m%s\x1b[0m', 'Installing npm Packages...'); | ||
loadingSpinner.start(100, { | ||
clearChar: true | ||
}); | ||
process.chdir(destPath); | ||
shell.exec('npm install'); | ||
shell.exec('npm install', function () { | ||
loadingSpinner.stop(); | ||
}); | ||
}); |
{ | ||
"name": "create-jqwidgets-angular-app", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"preferGlobal": true, | ||
@@ -14,2 +14,3 @@ "repository": { | ||
"create-jqwidgets-angular-app": "https://github.com/jqwidgets/create-jqwidgets-angular-app/tarball/master", | ||
"loading-spinner": "^1.2.0", | ||
"ncp": "^2.0.0", | ||
@@ -26,6 +27,2 @@ "replace": "^0.3.0", | ||
"Angular", | ||
"Angular Grid", | ||
"Angular Template", | ||
"Angular Material Grid", | ||
"Angular Components", | ||
"Angular CLI" | ||
@@ -36,6 +33,6 @@ ], | ||
"email": "support@jqwidgets.com", | ||
"url": "https://www.jqwidgets.com/" | ||
"url": "http://www.jqwidgets.com/" | ||
}, | ||
"license": "https://www.jqwidgets.com/license/", | ||
"homepage": "https://www.jqwidgets.com/" | ||
"license": "http://www.jqwidgets.com/license/", | ||
"homepage": "http://www.jqwidgets.com/" | ||
} |
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
2705
42
5
+ Addedloading-spinner@^1.2.0
+ Addedansi@0.3.1(transitive)
+ Addedloading-spinner@1.2.1(transitive)