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-filter
Usage
- Create a config file named
.generate-metadata-filter.json
in 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-filter
in the same directory.
1.1.0
3 years ago
1.0.0
3 years ago
1.0.0-alpha.9
3 years ago
1.0.0-alpha.8
3 years ago
1.0.0-alpha.7
3 years ago
1.0.0-alpha.6
3 years ago
1.0.0-alpha.5
3 years ago
1.0.0-alpha.4
3 years ago
1.0.0-alpha.3
3 years ago
1.0.0-alpha.2
3 years ago
1.0.0-alpha.1
3 years ago