Lepo (short for “Lynx Explorer”) is a CLI tool for developing Lynx‑based cross‑platform applications. It is a demo rather than a production‑ready tool, intended to showcase how the autolink framework described in RFC lynx-family/lynx#2653 works, as well as the workflow for developing cross‑platform applications with the JaveScript stack.
npm install -g @lepojs/lepo-cli
lepo create app my-app
cd my-app
lepo run <android | ios> # e.g. lepo run android
lepo create extension my-extension
Run codegen to generate native module specification.
lepo codegen
Run the CLI in development mode.
./bin/dev.js
Build the CLI.
npm run build
Lepo is Apache licensed, as found in the LICENSE file.