Gathering detailed insights and metrics for expo-cli
Gathering detailed insights and metrics for expo-cli
Gathering detailed insights and metrics for expo-cli
Gathering detailed insights and metrics for expo-cli
@expo/cli
The Expo CLI
@expo/image-utils
A package used by Expo CLI for processing images
eas-cli
EAS command line tool
@nx/expo
The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.
Tools for creating, running, and deploying universal Expo and React Native apps
npm install expo-cli
Typescript
Module System
Node Version
NPM Version
TypeScript (86.38%)
HTML (6.86%)
JavaScript (6.75%)
Shell (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2,642 Stars
5,332 Commits
477 Forks
52 Watchers
175 Branches
190 Contributors
Updated on Jul 17, 2025
Latest Version
6.3.10
Package Id
expo-cli@6.3.10
Unpacked Size
2.80 MB
Size
654.55 kB
File Count
688
NPM Version
8.19.2
Node Version
16.18.1
Published on
Jul 05, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
56
20
If you have problems with the code in this repository, please file issues & bug reports at https://github.com/expo/expo-cli. Thanks!
Installation instructions and documentation here.
To make a new project use expo init [path]
. The path is optional and it will use the current directory if not specified (all commands that need a path behave similarly).
To view a project you must have an Expo CLI server running for that project. Run expo start [path]
to start running the server. Once it is ready it'll output a URL for your project.
The server will continue running until you close it.
To view this on your phone, do the following:
Go get the Expo app on your Android or iOS device. It's available on the Google Play Store and on the iOS App Store.
Run expo send
to send a link via email. You can also use the --send-to
option when running expo start
.
Check your e-mail and tap the link. The Expo app should open and you should be able to view your experience there!
To publish something you've made, just follow these steps:
expo login
.expo start
.expo publish
. A few seconds later, you should get a clean URL sent to you that points to the exp.host server where your package was published to.You can publish as many times as you want and it will replace your old version, so don't worry about making a mistake!
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
binaries present in source code
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
Found 7/30 approved changesets -- score normalized to 2
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
license file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
141 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More