# nativescript-dev-jade **Repository Path**: mirrors_NativeScript/nativescript-dev-jade ## Basic Information - **Project Name**: nativescript-dev-jade - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Jade support for NativeScript projects. ======================================= How to use ---------- ``` $ tns install jade ``` The above command installs this module and installs the necessary hooks. Jade processing of all `.jade` files inside `app` folder happens when the project is prepared for build. Example: ```Jade Page(xmlns="http://schemas.nativescript.org/tns.xsd") StackLayout Label(text="This is Label") Button(text="This is Button") ``` Result: ```XML ``` More info at http://jade-lang.com/.