jacob-setup
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -38,2 +38,7 @@ #!/usr/bin/env node | ||
type: "input", | ||
name: "formatCommand", | ||
message: "What command (if any) do you use to fix formatting (e.g. npx prettier . --write or npx eslint --fix .)?", | ||
}, | ||
{ | ||
type: "input", | ||
name: "buildCommand", | ||
@@ -40,0 +45,0 @@ message: "What command do you use to build (e.g. npm run build or yarn build)?", |
{ | ||
"name": "jacob-setup", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "A command-line utility for generating JACoB configuration files, enabling easy setup and integration of the JACoB AI coding assistant into web development projects.", | ||
@@ -5,0 +5,0 @@ "main": "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
12630
193