powered by
Creates Domino project. Changes working directory to new project's one.
domino.create(projectName)
String that will be the name of the new project.
# NOT RUN { # in directory ./ domino.create("my-new-project") # current working directory is now switched to ./my-new-project and new project is initialized. # }
Run the code above in your browser using DataLab