prettier-plugin-go-template

v0.0.13-beta.1
Prettier plugin for formatting Go & GoHugo templates.
prettier plugin go hugo gohugo 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

website:build

rollup -c

website:serve

rollup -c -w

website:start

sirv website/public --no-clear

check

svelte-check --tsconfig ./tsconfig.json

Metadata

  • MIT
  • >=14.0.0
  • Niklas Portmann
  • released 5/14/2022

Downloads

Maintainers