We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5abd2e7 + 7b03ece commit 0aa1d4bCopy full SHA for 0aa1d4b
README.md
@@ -57,7 +57,11 @@ run:
57
λ npm install create-chrome-ext --global
58
59
# and then
60
+λ crx my-crx-app
61
+# or
62
λ crx my-crx-app --template preact-js
63
+# or use create-chrome-exe (global env)
64
+λ create-chrome-ext my-crx-app
65
```
66
67
## Supported Templates
index.js
@@ -135,7 +135,7 @@ Date.prototype.format = function (fmt) {
135
}
136
137
async function init() {
138
- let targetDir = formatTargetDir(argv._[0]) ?? ''
+ let targetDir = formatTargetDir(argv._[0]) || ''
139
let author = '**'
140
let template = argv.template || argv.t
141
0 commit comments