Skip to content

πŸ’‘ β˜•οΈ ➑️ πŸ’™ 🐦 Simple CLI tool to generate a BlueJ project from an IntelliJ IDEA Java project.

License

Notifications You must be signed in to change notification settings

varbrad/idea2bluej

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

40 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

IDEA2BlueJ

Code Style - Standard npm Dependencies Status npm DevDependencies Status TravisCI Build Status License - GPL-3.0
npm Information Banner

Creates a BlueJ compatible project structure from a given IntelliJ IDEA project folder.

Usage

Install as a global node package.

npm install idea2bluej -g

Provide paths to input project (IntelliJ IDEA project folder) and output folder (BlueJ folder).

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)

About

πŸ’‘ β˜•οΈ ➑️ πŸ’™ 🐦 Simple CLI tool to generate a BlueJ project from an IntelliJ IDEA Java project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published