prettier-plugin-go-template

v0.0.12-beta.2
Fixes prettier formatting for go templates.
prettier plugin go template html

lint

tslint --project .

test

jest

coverage

jest --coverage --no-cache

publish:coverage

codecov -t $npm_config_prettier_plugin_go_html_codecov

release:coverage

npm run coverage && npm run publish:coverage

build

tsc --pretty

watch

npm run build -- --watch

watch:test

jest --watch

release:plugin

npm run build && npm run release:coverage && npm publish

release:plugin:beta

npm run build && npm run release:coverage && npm publish --tag beta

Metadata

  • MIT
  • >=10.0.0
  • Niklas Portmann
  • released 3/30/2022

Downloads

Maintainers