@corejam/base
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

@corejam/base

This package provides bootstraping functionality to Corejam applications.

Usage:

npm install @corejam/base

Bootstrap process

In order to bootstrap corejam apps we go through the dependancies defined in your project package.json in order to find corejam packages.

After finding relevant packages we iterate over them & their dependancies recursively in order to find all corejam schemas / server resolvers that need to be loaded in the correct order.

For example your project has the following dependancies

dependancies: {
    "next": "latest",
    "@corejam/plugin-dershop": "latest",
    "some-other-package: "latest"
}

First we iterate over all packages and extract @corejam/plugin-dershop by its corejam identifier in its package.json

Then in turn we need to look at the dependancies of @corejam/plugin-dershop recursively and do the exact same thing if we can identify any more corejam apps.

Once we have the correct order to load schemas and resolvers we can go ahead and merge the context together into one bootstrapped app.

Dependents (5)

Package Sidebar

Install

npm i @corejam/base

Homepage

corejam.io/

Weekly Downloads

2

Version

0.0.14

License

none

Unpacked Size

130 kB

Total Files

203

Last publish

Collaborators

  • mattvb91
  • patrickhaug