Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varbrad/idea2bluej
💡 ☕️ ➡️ 💙 🐦 Simple CLI tool to generate a BlueJ project from an IntelliJ IDEA Java project.
https://github.com/varbrad/idea2bluej
bluej cli intellij java node nodejs
Last synced: 14 days ago
JSON representation
💡 ☕️ ➡️ 💙 🐦 Simple CLI tool to generate a BlueJ project from an IntelliJ IDEA Java project.
- Host: GitHub
- URL: https://github.com/varbrad/idea2bluej
- Owner: varbrad
- License: gpl-3.0
- Created: 2017-02-08T18:25:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T12:04:10.000Z (over 7 years ago)
- Last Synced: 2024-11-15T22:43:34.464Z (about 1 month ago)
- Topics: bluej, cli, intellij, java, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Creates a BlueJ compatible project structure from a given IntelliJ IDEA project folder.
## Usage
Install as a global node package.
````shell
npm install idea2bluej -g
````Provide paths to input project (IntelliJ IDEA project folder) and output folder (BlueJ folder).
````shell
idea2bluej [input-folder] [output-folder]
````### Optional parameters
`--src` Defaults to a folder named `'src'` within your input project folder.`--libs` Defaults to a folder named `'+libs'` within your input project folder.
`--quiet` Default to `false`. If true, then intermediate progress log messages are supressed.
### Optional Flags
`-q` Runs in 'quiet' mode (Equivalent to `--quiet` above)### Deprecated Flags
`--projectIn` Replaced by unnamed argument (__required__)`--projectOut` Replace by unnamed argument (__required__)