0.1.4 • Published 6 years ago

nativescript-javascript-cli v0.1.4

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

nativescript-javascript-cli

NPM

Twitter URL

NativeScript CLI command extensions to add some of the Javascript CLI commands.

Installation

Just execute tns extension install nativescript-javascript-cli

The package will be installed to:

  • ~/.local/share/.nativescript-cli/extensions/ on macOS and Linux
  • %APPDATA%/.nativescript-cli/extensions/on Windows

NOTE: You need NativeScript CLI 3.0.0 or later. You can install latest version by executing npm i -g nativescript.

Usage

To generate page run:

  • tns make page <pagename> [foldername]

  • tns make p <pagename> [foldername]

  • tns m page <pagename> [foldername]

  • tns m p <pagename> [foldername]

Made with love for {N} Community

Big thanks to

Twitter URL for making the nativescript-angular-cli