Skip to Content

Authoring

Five chapters that take you from npm init to a publishable plugin.

  1. Getting started β€” build the smallest useful source-transform plugin end to end.
  2. Recipes β€” focused patterns you can copy.
  3. Testing β€” Go unit tests + end-to-end ttsc fixtures.
  4. Publishing β€” npm package shape and pre-publish checks.
  5. Local development β€” go.work, gopls, go test, pnpm notes.

Before you start, skim Concepts. After you ship, see Reference.

Last updated on