webfont

v8.1.1
Generator of fonts from svg icons, svg icons to svg font, svg font to ttf, ttf to eot, ttf to woff, ttf to woff2
cli standalone font fonts webfont webfonts svg ttf woff and 15 more...

precommit

lint-staged

lint:eslint

eslint . --report-unused-disable-directives --ignore-path .gitignore --color

lint:prettify

prettier --list-different '{**/*,*}.{js,mjs,jsx,json,md}' '!{package,composer}*.json' --ignore-path .gitignore

lint:remark

remark . -i .gitignore -f -q

lint

npm-run-all -l --parallel lint:*

prettify

npm run lint:prettify -- --write

fix:eslint

eslint . '.*.js' --fix --ignore-path .gitignore --ext '.js,.jsx'

fix

npm-run-all -l -p 'fix:**'

pretest

npm run lint

test-only

nyc ava --verbose

test

npm run test-only

coveralls

nyc report --reporter=text-lcov | coveralls

prebuild

rimraf dist

demo

node dist/cli.js './src/__tests__/fixtures/svg-icons/*.svg' -d demo -t html --normalize --center-horizontally

build

babel src --out-dir dist --ignore /__tests__/

prepublish

npm-run-all build

release

npmpub

Metadata

  • MIT
  • >= 6.9.5 || >= 8.9.0
  • itgalaxy
  • released 3/22/2018

Downloads

Maintainers