create-jqwidgets-vue-app
Advanced tools
Comparing version 0.1.0 to 0.1.1
10
index.js
#! /usr/bin/env node | ||
const loadingSpinner = require('loading-spinner'); | ||
const shell = require('shelljs'); | ||
@@ -35,6 +36,13 @@ const replace = require('replace'); | ||
}); | ||
loadingSpinner.start(100, { | ||
clearChar: true | ||
}); | ||
console.log('\x1b[36m%s\x1b[0m', 'Project ' + projectName + ' Created!'); | ||
console.log('\x1b[36m%s\x1b[0m', 'Installing npm Packages...'); | ||
process.chdir(destPath); | ||
shell.exec('npm install'); | ||
shell.exec('npm install', function () { | ||
loadingSpinner.stop(); | ||
}); | ||
}); |
{ | ||
"name": "create-jqwidgets-vue-app", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"preferGlobal": true, | ||
@@ -14,2 +14,3 @@ "repository": { | ||
"create-jqwidgets-vue-app": "https://github.com/jqwidgets/create-jqwidgets-vue-app/tarball/master", | ||
"loading-spinner": "^1.2.0", | ||
"ncp": "^2.0.0", | ||
@@ -16,0 +17,0 @@ "replace": "^0.3.0", |
@@ -1,4 +0,4 @@ | ||
This package includes the global command for [create-jqwidgets-angular-app](https://github.com/jqwidgets/create-jqwidgets-angular-app). <br /> | ||
This package includes the global command for [create-jqwidgets-vue-app](https://github.com/jqwidgets/create-jqwidgets-vue-app). <br /> | ||
Please refer to its documentation: | ||
- [Getting Started](https://github.com/jqwidgets/create-jqwidgets-angular-app/blob/master/README.md#getting-started) | ||
- [jQWidgets Angular Documentation](http://www.jqwidgets.com/angular-components-documentation/) | ||
- [Getting Started](https://github.com/jqwidgets/create-jqwidgets-vue-app/blob/master/README.md#getting-started) | ||
- [jQWidgets Vue Documentation](http://www.jqwidgets.com/vue-components-documentation/) |
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
2577
40
5
+ Addedloading-spinner@^1.2.0
+ Addedansi@0.3.1(transitive)
+ Addedloading-spinner@1.2.1(transitive)