Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 515 Bytes

File metadata and controls

18 lines (11 loc) · 515 Bytes

Create new Ballerina project

Create new Ballerina files

You can easily create a new ballerina file by right-clicking on the required location of the directory tree in the project pane. Select New -> Ballerina File.

templates.png

Three types of Ballerina file templates are available.

  1. Empty Ballerina File
  2. Ballerina Main - Contains a sample main program

main.png

  1. Ballerina Service - Contains a sample service

service.png