Thanks for helping improve Inline Email.
npm install
npm run build
npm testRun npm run examples when changing layout primitives, examples, or rendering behavior.
Before opening a pull request:
- Keep changes focused on one behavior or feature.
- Add or update tests for rendering, template syntax, or CLI changes.
- Update
README.mdwhen the public API changes. - Run
npm audit --audit-level=high,npm run build, andnpm test.
Package releases are created by pushing a version tag that matches package.json, for example v3.0.0.
The release workflow publishes inline-email to npm and creates a GitHub Release with the package tarball attached.