CLI
Sample Native Application development using Command Line Interface
PUBLISHED
Introduction
The Command Line Interface (CLI) provide functionalities for developing Tizen applications by issuing commands in the form of successive lines instead of Tizen Studio IDE. This interface supports the entire development process from creating the project to running an application.
- Read more about Sample Native Application development using Command Line Interface
Sample Web Application development using Command Line Interface
PUBLISHED
Introduction
A command-line interface (CLI) is a form of interacting with a computer program where the user issues commands to the program in the form of successive lines of text (command lines). Tizen also provides SDK with Command Line Interface (CLI) for developing Tizen applications without using the Tizen Studio IDE. It includes the entire development process from creating the project to running the application.
In this document, we will take a tour on a sample web application development using CLI from scratch.