jacob-setup
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -169,3 +169,3 @@ #!/usr/bin/env node | ||
const answers = await inquirer.default.prompt(questions); // Access prompt via default | ||
const configFilePath = path.join(process.cwd(), "otto.json"); // change this to jacob-config.json or something similar | ||
const configFilePath = path.join(process.cwd(), "jacob.json"); | ||
@@ -172,0 +172,0 @@ fs.writeFile(configFilePath, JSON.stringify(answers, null, 2), (err) => { |
{ | ||
"name": "jacob-setup", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"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", |
@@ -18,3 +18,3 @@ ### README.md for `jacob-config` Package | ||
```bash | ||
npx jacob-config | ||
npx jacob-config create | ||
``` | ||
@@ -21,0 +21,0 @@ |
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
11749