expo-build-disk-cache
app build caching for Expo CLI (using disk)
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- ci.yml
- release.yml
- buildCache.test.ts
- mockAppBuild.ts
- publicFunctionApi.ts
- resolveBuildCache.perf.test.ts
- resolveBuildCache.test.ts
- test-setup.ts
- uploadBuildCache.test.ts
- fileCache.cleanup.test.ts
- filterFiles.test.ts
- cacheDirectory.ts
- fileCache.ts
- filterFiles.ts
- configFilePaths.test.ts
- configHelper.test.ts
- getConfig.test.ts
- config.ts
- configHelper.ts
- withConfig.ts
- fileExists.ts
- folderHelper.ts
- formatBytes.ts
- resolveProviderPlugin.test.ts
- getRemotePlugin.ts
- resolveProviderPlugin.ts
- buildCacheProvider.syncGuard.ts
- buildCacheProvider.ts
- dedupeArray.ts
- npmXdgBasedir.ts
- timedPromise.ts
- tryCatch.ts
- buildCache.ts
- index.ts
- logger.ts
- texts.ts
- .gitignore
- biome.json
- bun.lock
- bunfig.toml
- CHANGELOG.md
- Configuration.md
- CONTRIBUTING.md
- lefthook.yml
- LICENSE
- package.json
- README.md
- renovate.json
- reset.d.ts
- tsconfig.json
- tsup.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/WookieFPV/expo-build-disk-cache
Downloads the entire project code from GitHub to your computer.
cd expo-build-disk-cache
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save-dev expo-build-disk-cache
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
