Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jacob-setup

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jacob-setup - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

index.js

@@ -8,3 +8,3 @@ #!/usr/bin/env node

program
.name("jacob-config")
.name("jacob-setup")
.description("CLI to generate a JACoB configuration file")

@@ -11,0 +11,0 @@ .version("1.0.0");

{
"name": "jacob-setup",
"version": "1.0.7",
"version": "1.0.8",
"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",

@@ -1,14 +0,14 @@

### README.md for `jacob-config` Package
### README.md for `jacob-setup` Package
# jacob-config
# jacob-setup
`jacob-config` is a command-line utility designed to streamline the setup process of integrating the JACoB AI coding assistant into web development projects. This tool interactively generates a JACoB configuration file based on your project's specific needs, ensuring a smooth and customized integration of JACoB into your development workflow.
`jacob-setup` is a command-line utility designed to streamline the setup process of integrating the JACoB AI coding assistant into web development projects. This tool interactively generates a JACoB configuration file based on your project's specific needs, ensuring a smooth and customized integration of JACoB into your development workflow.
## Overview
JACoB (Just Another Coding Bot) is an AI-powered coding assistant that automates and simplifies various aspects of the software development process. To effectively integrate JACoB into your project, it needs to understand your development environment, coding standards, and preferences. This is where `jacob-config` comes into play. It guides you through a series of prompts to capture vital information about your project, generating a configuration file that JACoB uses to align with your project's requirements.
JACoB (Just Another Coding Bot) is an AI-powered coding assistant that automates and simplifies various aspects of the software development process. To effectively integrate JACoB into your project, it needs to understand your development environment, coding standards, and preferences. This is where `jacob-setup` comes into play. It guides you through a series of prompts to capture vital information about your project, generating a configuration file that JACoB uses to align with your project's requirements.
## Installation
You don’t need to install `jacob-config` globally. It can be run directly using `npx`, ensuring you always use the latest version.
You don’t need to install `jacob-setup` globally. It can be run directly using `npx`, ensuring you always use the latest version.

@@ -18,3 +18,3 @@ To start the configuration process, navigate to your project's root directory in the terminal and run:

```bash
npx jacob-config create
npx jacob-setup create
```

@@ -26,7 +26,7 @@

Once you have answered all the prompts, `jacob-config` will generate a `jacob-config.json` file in your project's root directory. This file contains all the necessary configurations for JACoB to seamlessly integrate with your project.
Once you have answered all the prompts, `jacob-setup` will generate a `jacob.json` file in your project's root directory. This file contains all the necessary configurations for JACoB to seamlessly integrate with your project.
## Prerequisites
Before using `jacob-config`, ensure that your project environment meets the following prerequisites:
Before using `jacob-setup`, ensure that your project environment meets the following prerequisites:

@@ -40,3 +40,3 @@ - Node.js installed (version 12 or higher recommended).

- Customizable to various web development technologies and frameworks.
- Generates a `jacob-config.json` file tailored to your project's needs.
- Generates a `jacob.json` file tailored to your project's needs.

@@ -47,3 +47,3 @@ ---

`jacob-config` will guide you through the following fields to generate the `jacob-config.json` file:
`jacob-setup` will guide you through the following fields to generate the `jacob.json` file:

@@ -136,6 +136,6 @@ ### `language`

Contributions to `jacob-config` are welcome! If you have suggestions for improvements or encounter any issues, please feel free to open an issue or submit a pull request on our GitHub repository.
Contributions to `jacob-setup` are welcome! If you have suggestions for improvements or encounter any issues, please feel free to open an issue or submit a pull request on our GitHub repository.
## License
`jacob-config` is released under the MIT License.
`jacob-setup` is released under the MIT License.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc