https://github.com/markosko/nativescript-hook-debug-production
https://github.com/markosko/nativescript-hook-debug-production
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markosko/nativescript-hook-debug-production
- Owner: markosko
- License: other
- Created: 2017-01-06T23:15:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T07:56:09.000Z (over 8 years ago)
- Last Synced: 2025-08-18T13:02:14.699Z (10 months ago)
- Language: JavaScript
- Size: 1.87 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NativeScript-hook-debug-production
Hook for selecting files based on debug or production build for NativeScript Apps
## License
This plugin is licensed under the MIT license by Marek Maszay
## Installation
```
tns plugin add nativescript-hook-debug-production
```
## Usages
Set name file based on if you want to have file in debug as `filename.debug.extension` or release version as `filename.production.extension`
Inside code include it as `filename.extension`