1.1.0 • Published 3 years ago
@jcassidyav/generate-metadata-filter v1.1.0
Examines the typescript code of Nativescript Project/Plugin, outputting the types determined to be Native types.
POC
Currently only works with android
Installation
npm i -g @jcassidyav/generate-metadata-filterUsage
- Create a config file named
.generate-metadata-filter.jsonin the root of your app, or the root of the plugin source code, e.gpackages/mypackage. Add paths to any type definitions you have added for custom native types.
{ "typeSources":{ "ios": [], "android": ["ns-typings/android/*"] }, "mode":"plugin" }Execute command
generate-metadata-filterin the same directory.
1.1.0
3 years ago
1.0.0
3 years ago
1.0.0-alpha.9
4 years ago
1.0.0-alpha.8
4 years ago
1.0.0-alpha.7
4 years ago
1.0.0-alpha.6
4 years ago
1.0.0-alpha.5
4 years ago
1.0.0-alpha.4
4 years ago
1.0.0-alpha.3
4 years ago
1.0.0-alpha.2
4 years ago
1.0.0-alpha.1
4 years ago