Simple 'Hello World' extension for NativeScript CLI.
Just execute tns extension install https://github.com/rosen-vladimirov/ns-extension-hello-world/tarball/master
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
.
After installing the extension just call:
tns hello-world <your name>