Skip to content

AlbertoBasaloLabs/copilot-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copilot Java

Demo laboratory for VSCode Copilot course Java edition

Dev workflow

# Clone repository
git clone https://github.com/AlbertoBasaloLabs/copilot-java.git
cd copilot-java
# Open in VSCode
code .
# Open terminal 
# Compile Java code
javac -d target src/*.java
# Run Java code
java -cp target Main
# Or run specific module
javac -d target src/*.java && java -cp target Main
javac -d target src/*.java && java -cp target Main weather

AskBot CLI

A CLI educational tool that queries public APIs to provide basic information from the user's IP and associated services:

  • location, weather, currency, and sun.

Ver PRD del proyecto AskBot


About

Demo laboratory for VSCode Copilot course Java edition

Resources

License

Stars

Watchers

Forks

Languages