solid-mustache

v4.1.1
{{mustache}} templates compiling to Solidity

prepare

yarn build

prebuild

rimraf build

build

yarn build:cjs && yarn build:esm

build:cjs

tsc -p tsconfig.cjs.json

build:esm

tsc -p tsconfig.esm.json

check

yarn check:prettier && yarn check:lint

check:lint

eslint src test --ext .ts

check:prettier

prettier "(src|test)/**/*.ts" --list-different

fix

yarn fix:prettier && yarn fix:lint

fix:prettier

prettier "(src|test)/**/*.ts" --write

fix:lint

eslint src --ext .ts --fix

test

mocha

test:watch

mocha -w

test:update

UPDATE_SNAPSHOTS=true mocha -w

Metadata

  • MIT
  • Whatever
  • Jan-Felix Schwarz
  • released 3/9/2022

Downloads

Maintainers