Skip to main content

Posts

Showing posts from June, 2020

How to Use Ballerina with Ballerina CLI

Ballerina dancer (unsplash.com) Ballerina is the latest programming language release of the 1.0 version in September of this year. Ballerina is a general-purpose programming language particularly intended for the implementation of distributed network applications. Ballerina has built-in modules to build a distributed web application with only a few lines of code. Ballerina provides a CLI tool for the maintenance of the Ballerina Project. This article is a brief introduction to the Ballerina CLI tool and how it was used. You can download Ballerina distribution from the official  Ballerina website . You can begin writing the Ballerina program once you download and install it. You can check the version of the ballerina installation by executing the following command. ballerina version This command prints the installed version of the ballerina language. You can also check the Ballerina installed folder by running the following command. ballerina home Creating new Ballerina project using CL