/unox-cli

CLI used to create projects and modules

Primary LanguageKotlinMIT LicenseMIT

unox-android-cli

Actions Status

Installing

  • Build the library fatJar with the command:
gradle shadowJar
  • Then get the generated jar on $projectDir/build/libs/unox-android-cli-all.jar
  • Put it into the same folder as the nd.bat file located on the root of the repository
  • Add this folder to the Windows path

Usage

  • Creating a new project
nd new $projectName
  • Creating a new android app module
nd generate androidapp $moduleName
  • Creating a new android library module
nd generate androidlibrary $moduleName
  • Creating a new javafx desktop app module
nd generate javafxapp $moduleName
  • Creating a new multiplatform module with a default jvm source set
nd generate javampplibrary $moduleName