GenPro is a simple CLI developed using python and generative AI model (gpt-3.5-turbo-16k).
- You can ask anything about your project and get rich data visualization in console.
- You can analyze and optimize codes.
- You can easily create files with generated contents.
- You can modify existing file contents.
- You can do whatever you want with your creativity.
Creating and modifying components.
change.create_1.mov
change.create_2.mov
Ask for an explanation.
ask.mov
pip install genpro
gen set-key OPENAI_API_KEY
or
gp set-key OPENAI_API_KEY
Note: Use these commands in your project directory
Ask about your project
gen ask "Explain App.test.ts"
Create files
gen create "Create sample navbar using tailwind css."
Modify files
gen change "Remove current main page content and place Hello world in middle of the screen. use tailwind css. hint: App.tsx"
macOS 14 Sonoma, Ubuntu