https://github.com/rockchinq/rftx-cli
CLI for RFTX
https://github.com/rockchinq/rftx-cli
Last synced: 6 months ago
JSON representation
CLI for RFTX
- Host: GitHub
- URL: https://github.com/rockchinq/rftx-cli
- Owner: RockChinQ
- Created: 2020-11-05T15:15:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-05T15:53:52.000Z (over 4 years ago)
- Last Synced: 2025-02-13T20:37:13.250Z (8 months ago)
- Language: Java
- Size: 163 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RFTX-CLI
## Folder Structure
The workspace contains two folders by default, where:
- `src`: the folder to maintain sources
- `lib`: the folder to maintain dependencies## Dependency Management
any dependencies will be packed to jar
The `JAVA DEPENDENCIES` view allows you to manage your dependencies. More details can be found [here](https://github.com/microsoft/vscode-java-pack/blob/master/release-notes/v0.9.0.md#work-with-jar-files-directly).## Develop Environment
vscode with Java Extension and JDK 11.