Registry / devops / schema-pop-import

schema-pop-import

JSON →
library0.1.42jsnpmunverified

Top-level CLI alias for `bunx schema-pop-import <file>` that resolves to `@schema-pop/importer`. Version 0.1.42. All logic lives in the scoped package; this is a thin shim for convenience. Updated infrequently, tied to importer releases. Differentiates from direct scoped usage by simplifying the command.

npm install schema-pop-import
INSTALL
IMPORT
SIG · SCHEMA-POP-IMPORT
S
schema-pop-import
devopsjavascriptv0.1.42
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.

schema-pop-import
npx schema-pop-import <file>
bunx @schema-pop/importer <file> (redundant, use alias)
Alias only; use for CLI invocation, not programmatic import.

Shows how to invoke the CLI alias to import a schema file using npx or bunx.

# Install globally or use via npx npx schema-pop-import ./path/to/schema.graphql # Or with bun bunx schema-pop-import ./path/to/schema.graphql
Debug
Known issues
gotchaThis package is just a wrapper; ensure @schema-pop/importer is installed or available.
fix
Install both: npm install @schema-pop/importer
affects: >=0.0.0
Errors
Common errors & fixes
Cannot find module '@schema-pop/importer'
Missing dependency when running alias
fix
npm install @schema-pop/importer
Upgrade
Version history
0.1.42latest on npm
Audit
Dependencies
@schema-pop/importerrequiredAll CLI logic is delegated to this scoped package
Agent activity
6 hits · last 30 days
node
6
Resources
schema-pop-import — npm install schema-pop-import · libregistry