@sherizan/proto-cli
v0.4.3
Published
Proto CLI — the command-line tool inside a Proto project. `proto start` boots Metro and opens the iOS Simulator with your prototype.
Maintainers
Readme
@sherizan/proto-cli
The Prototo CLI. Inside a Prototo project, runs Metro and opens the iOS Simulator with your prototype.
The npm package keeps its historical
proto-cliname (and the bin isproto). The brand is Prototo — see prototo.app.You usually don't install this directly. It's a transitive dependency of
create-protoand ships pre-wired in every Prototo project scaffold. Just runnpm create proto@latest myappand you haveprotoavailable.
Commands
proto start # boot Metro + open iOS Simulator with the prototype
proto new-screen # scaffold a new screen
proto reset # clear caches if Metro misbehaves
proto design # interactive: theme + accent + component libraryRequirements
- macOS with Xcode + iOS Simulator (for the Simulator preview)
- Node.js 18+
- Run from inside a Prototo project (one created via
npm create proto@latest)
What proto start does
- Kills any stale Metro on port 8081
- Starts the prompt server on port 3001
- Spawns
npx expo start --ios— Expo's native output prints below
That's it. Designers see Expo's real QR + dev menu. No wrapper theater.
Learn more
- Website: prototo.app
- Source: github.com/sherizan/proto
License
MIT
