Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 705 Bytes

Local Transformer

The modifications in this package are described in more detail here.

The transformed AMP HTML produced by the library is meant to be used inside of a signed exchange, but may be valid in other contexts, as well.

How to use

The local transformer can be used separately from the packager/signer. Here's an example use of the binary:

  1. go get -u github.com/ampproject/amppackager/cmd/transform
  2. $GOPATH/bin/transform -url "documentURL" /path/to/html

For more help, $GOPATH/bin/transform -h

See the binary source code for an example use of the library.