- Manual Installation and Development
- Deploy Templates
- Deploy Page Templates
- Deply Extension
- Get Templates
- Get Page Templates
Download the GIT repository in you favorite projects directory
$ git clone [email protected]:NativeScript/nativescript-starter-kits-utils.git
Automate npm deployment with github tags for listed Nativescript Sidekick Templates
$ cp ./deploy-templates.sh PATH_TO_YOUR/fusion-templates/
Make the file executable
$ chmod u+x ./deploy-templates.sh
$ ./deploy-templates.sh ./your-templates-dir 3.1.4
Automate npm deployment with github tags for listed Nativescript Sidekick Page Templates
$ cp ./deploy-page-templates.sh PATH_TO_YOUR_FOLDER/
Make the file executable
$ chmod u+x ./deploy-page-templates.sh
$ ./deploy-page-templates.sh ./your-templates-dir 3.1.4
Automate npm deployment with github tags for the Nativescript Starter Kits Extension
$ cp ./deploy-extension.sh PATH_TO_YOUR/nativescript-starter-kits/
Make the file executable
$ chmod u+x ./deploy-extension.sh
$ ./deploy-extension.sh 3.1.4
$ cp ./get-templates.sh PATH_TO_YOUR/fusion-templates/
Make the file executable
$ chmod u+x ./get-templates.sh
$ ./get-templates.sh
$ cp ./get-page-templates.sh /YOUR_DOWNLOAD_FOLDER
Make the file executable
$ chmod u+x ./get-page-templates.sh
$ ./get-page-templates.sh