jrai
v1.1.6
Published
An AI assistant that can create an entire project for you with just a single prompt
Downloads
1,143
Readme
🌐 Jr. AI Works in Node AND command line!
Yes, this module works in both Node and the command line! You can use it in your Node projects or in the command line.
🦄 Features
- Create an entire project with just a single prompt
📦 Install Jr. AI
Option 1: Install via npm
Install with npm if you plan to use jrai
in a Node project or in the browser.
npm install jrai -g
⚡️ Usage
jrai prompt
You can now use the jrai
command in the command line to create an entire project with just a single prompt.
jrai prompt
After you provide your request, jrai
will create the project for you.
If you wanted to make an NPM module, your project structure might look like this:
/
├── package.json
├── README.md
└── index.js
Options
--input
- The input you want to provide to Jr. AI (default:<empty>
)--model
- The model you want to use (default:gpt-4o
)--multiline
- Enable multiline input (default:false
)--log
- Log the output to the console (default:false
)--debug
- Write to_debug
file (default:false
)
📘 Using Jr. AI
After you have followed the install step, you can start using jrai
to enhance your project.
For a more in-depth documentation of this library and the Jr. AI service, please visit the official Jr. AI website.
📝 What Can Jr. AI do?
An AI assistant that can create an entire project for you with just a single prompt
🗨️ Final Words
If you are still having difficulty, we would love for you to post a question to the Jr. AI issues page. It is much easier to answer questions that include your code and relevant files! So if you can provide them, we'd be extremely grateful (and more likely to help you find the answer!)
📚 Projects Using this Library
Ask us to have your project listed! :)