Skip to content

mutator-tech-cto/scaffolders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Init ? project.empty [ Scala { JVM | JS | Native } ]

usage: init-empty-scala-project.py [-h] -n NAME -org ORGANIZATION [-t TYPE]
                                   [-scala SCALA_VERSION] [-sbt SBT_VERSION]

Initialize empty Scala project

optional arguments:
  -h, --help            show this help message and exit
  -n NAME, --name NAME  Scala empty project name
  -org ORGANIZATION, --organization ORGANIZATION
                        project organization qualified name
  -t TYPE, --type TYPE  Scala project type: (native | js | jvm)
  -scala SCALA_VERSION, --scala-version SCALA_VERSION
                        Scala version: (major.minor.patch)(-RC)? | latest
  -sbt SBT_VERSION, --sbt-version SBT_VERSION
                        sbt version: (major.minor.patch)(-RC)? | latest

Releases

No releases published

Packages

No packages published

Languages