We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39fb75 commit 03be56cCopy full SHA for 03be56c
2 files changed
.gitignore
@@ -38,3 +38,6 @@ cypress
38
# exclude coverage
39
/coverage
40
.nyc_output
41
+
42
+# exclude directories used to test command outputs
43
+/output
src/initStarter.js
@@ -1,5 +1,5 @@
1
import path from 'path';
2
-import execSync from 'child_process';
+import { execSync } from 'child_process';
3
import execa from 'execa';
4
import fs from 'fs-extra';
5
import HostedGitInfo from 'hosted-git-info';
0 commit comments