@nativescript plugins to help with your developments.
206
stars
751
commits
TypeScript
primary language
Aug 26, 2026
updated
This workspace manages the suite of plugins listed above.
In general, when in doubt with what to do, just npm start.
npm run setup
npm start
// Ensure all plugins build properly first
> type "build-all" (and hit ENTER)
If you don't build all the plugins, you will at least need to build localize to run the demos because it contains hooks that need to be built first.
If building only localize, type: npm start > localize (this will narrow down menu to @nativescript.localize.build) and then hit 'enter'. You can now run the demo apps.
In general, when in doubt with what to do, just npm start.
npm run add
At the prompt, enter the name of the new package.
packages with the necessary boilerplate to just start developingtools/demo where you can write demo code once and share across all demo flavorsnpm start interactive displaynpm run add-angular
At the prompt, enter the name of the package to add an angular folder to it with the necessary boilerplate to provide Angular support to the package.
npm start
Note: good to always clean the demo you plan to run after focusing. (You can clean any demo from npm start as well)
npm run publish-packages
(top 30 of 69)
TypeScript
83.8%
Swift
5.9%
Kotlin
4.0%
Objective-C
3.0%
Java
2.3%
@nativescript plugins to help with your developments.
206
stars
751
commits
TypeScript
primary language
Aug 26, 2026
updated
This workspace manages the suite of plugins listed above.
In general, when in doubt with what to do, just npm start.
npm run setup
npm start
// Ensure all plugins build properly first
> type "build-all" (and hit ENTER)
If you don't build all the plugins, you will at least need to build localize to run the demos because it contains hooks that need to be built first.
If building only localize, type: npm start > localize (this will narrow down menu to @nativescript.localize.build) and then hit 'enter'. You can now run the demo apps.
In general, when in doubt with what to do, just npm start.
npm run add
At the prompt, enter the name of the new package.
packages with the necessary boilerplate to just start developingtools/demo where you can write demo code once and share across all demo flavorsnpm start interactive displaynpm run add-angular
At the prompt, enter the name of the package to add an angular folder to it with the necessary boilerplate to provide Angular support to the package.
npm start
Note: good to always clean the demo you plan to run after focusing. (You can clean any demo from npm start as well)
npm run publish-packages
(top 30 of 69)
TypeScript
83.8%
Swift
5.9%
Kotlin
4.0%
Objective-C
3.0%
Java
2.3%