create-seqflow
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
@@ -60,2 +60,3 @@ import fs from "node:fs"; | ||
} else if (arg === "--help" || arg === "-h") { | ||
const availableTemplates = templateChoices.map((t) => t.title).join(", "); | ||
console.log(` | ||
@@ -67,3 +68,3 @@ Usage: create-seqflow [options] | ||
--name, -n The name of the project | ||
--template, -t The template to use | ||
--template, -t The template to use (${availableTemplates}) | ||
--branch, -b The branch to use | ||
@@ -125,3 +126,5 @@ --help, -h Display this help message | ||
const res = await fetch( | ||
`https://codeload.github.com/allevo/seqflow-js/tar.gz/${encodeURIComponent(config.branch)}` | ||
`https://codeload.github.com/allevo/seqflow-js/tar.gz/${encodeURIComponent( | ||
config.branch | ||
)}` | ||
); | ||
@@ -128,0 +131,0 @@ if (!res.ok) { |
{ | ||
"name": "create-seqflow", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "SeqFlow CLI", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
7483
171