npm.io
0.10.0 • Published 3 months agoCLI

jam

Licence
MIT
Version
0.10.0
Deps
0
Size
14 kB
Vulns
0
Weekly
0

jam

jam is the canonical Jam install package.

Usage

jam [flags] [scripts-dir]

Notes

  • jam installs the matching jam-<os>-<arch> platform package through npm optionalDependencies.
  • The platform package provides the Node SEA executable that actually runs the server.
  • This package publishes the ambient jam TypeScript types.

Ambient Types

Ambient jam types are generated from packages/jam-node/types/ when this package is built. Fixtures/apps consume the published types with:

{
  "compilerOptions": {
    "types": ["jam"]
  }
}