System Grab Bag

View all TLDR pages from common (or from all pages)

ern

Electrode Native platform command-line client. More information: https://native.electrode.io/reference/index-6.
  • Create a new ern application (MiniApp):
    ern create-miniapp {{application_name}}
  • Run one or more MiniApps in the iOS/Android Runner application:
    ern run-{{ios|android}}
  • Create an Electrode Native container:
    ern create-container --miniapps {{/path/to/miniapp_directory}} --platform {{ios|android}}
  • Publish an Electrode Native container to a local Maven repository:
    ern publish-container --publisher {{maven}} --platform {{android}} --extra {{'{"groupId":"com.walmart.ern","artifactId":"quickstart"}'}}
  • Transform an iOS container into a pre-compiled binary framework:
    ern transform-container --platform {{ios}} --transformer {{xcframework}}
  • List all installed versions of Electrode Native:
    ern platform versions
  • Set a logging level:
    ern platform config set logLevel {{trace|debug}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.