Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.awfixer.me/llms.txt

Use this file to discover all available pages before exploring further.

To add an npm package as a development dependency, use jspm add --development.
$ jspm add zod --dev
$ jspm add zod -d # shorthand

This will add the package to devDependencies in package.json.
{
  "devDependencies": {
+   "zod": "^3.0.0"
  }
}

See Docs > Package manager for complete documentation of JSTime’s package manager.