Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

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:

Page(xmlns="http://schemas.nativescript.org/tns.xsd")
StackLayout
Label(text="This is Label")
Button(text="This is Button")

Result:

<Pagexmlns="http://schemas.nativescript.org/tns.xsd">
<StackLayout>
<Labeltext="This is Label"></Label>
<Buttontext="This is Button"></Button>
</StackLayout>
</Page>

More info at http://jade-lang.com/.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

8 stars

Watchers

3 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages