nativescript-10hook-release-info

1.0.0 • Public • Published

nativescript-10hook-release-info

Add release info to the app

Detect app in release (production) mode or not

Install

tns plugin add nativescript-10hook-release-info

Usage

  • build or prepare app

    • will create release-info.json in app directory
    • example
    {
        "NODE_ENV": "development",
        "release": false
    }
    
  • in app

    const { release } = require('./release-info.json');
    
    console.log(release ? 'Production mode' : 'Debug mode');
    
  • Inspired by nativescript-hook-debug-production

/nativescript-10hook-release-info/

    Package Sidebar

    Install

    npm i nativescript-10hook-release-info

    Weekly Downloads

    1

    Version

    1.0.0

    License

    BSD-4-Clause

    Last publish

    Collaborators

    • rhrn