Registry / devops / create-eas-build-function

create-eas-build-function

JSON →
library20.0.0jsnpmunverified

Scaffolding tool for creating EAS Build custom build functions. Version 20.0.0. Part of the Expo EAS CLI ecosystem. Provides a CLI to generate boilerplate for custom build function modules used in EAS Build. Differentiates from manual setup by providing a quick interactive prompt and best-practices template. Used with npx, yarn create, or pnpm create. Requires Node.js.

npm install create-eas-build-function
INSTALL
IMPORT
SIG · CREATE-EAS-BUILD-F
C
create-eas-build-function
devopsjavascriptv20.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

main
npx create-eas-build-function
npm install -g create-eas-build-function && create-eas-build-function
The package is not meant to be installed globally; prefer npx, yarn create, or pnpm create.

Shows how to scaffold a new EAS Build custom function project using the package.

npx create-eas-build-function # Or: yarn create eas-build-function # Or: pnpm create eas-build-function # Then follow interactive prompts to generate your function module.
Debug
Known issues
gotchaThe package is intended to be run via npx or package manager create commands, not installed globally.
fix
Use `npx create-eas-build-function` instead of `npm install -g create-eas-build-function`.
affects: all
Errors
Common errors & fixes
Command 'create-eas-build-function' not found
Trying to run the command after global installation without proper PATH or using wrong invocation.
fix
Use `npx create-eas-build-function` or `yarn create eas-build-function`.
Upgrade
Version history
20.0.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
create-eas-build-function — npm install create-eas-build-function · libregistry