logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ERN - Create Native Apps and Containers | Online Free DevTools by Hexmos

Create native applications and manage containers with ERN. Streamline your iOS and Android app development process using the command line. Free online tool, no registration required.

ern

Electrode Native platform 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}}

See Also