template-nativescript-nx icon indicating copy to clipboard operation
template-nativescript-nx copied to clipboard

NativeScript template for Nx workspace https://nrwl.io/nx

Nx Workspace NativeScript for Angular Template

This template creates a NativeScript app for use within an Nx workspace. It provides several best practices out of the box.

You can create a new app that uses this template with the --template option. All {N} apps should be created withing the apps directory of the Nx workspace.

cd apps
tns create mobile-app-name --template https://github.com/NathanWalker/template-nativescript-nx