es2015-i18n-tag

v1.2.0
ES2015 template literal tag for i18n and l10n translation and localization
javascript JS ES6 ES2015 Intl l10n i18n translation localization and 9 more...

prepublish

npm run lint && npm run clean && npm run build

test

npm run test:local && npm run report-coverage

report-coverage

shx cat ./coverage/lcov.info | coveralls

test:local

npm run lint && jest

test:watch

jest --watch

clean

rimraf dist/lib/**/*

build

npm-run-all --parallel build:*

build:main

babel lib -d dist/lib --source-maps --copy-files

build:umd

webpack --output-filename index.umd.js

build:umd.min

webpack --output-filename index.umd.min.js -p

lint

eslint lib

pushdocs

git add pages && git commit -m "docs(pages): Updated pages" && git subtree push --prefix pages origin gh-pages

docs

typedoc --out ./pages/docs/ ./lib/index.d.ts --module commonjs --readme ./README.md --target ES6 --includeDeclarations --hideGenerator --name es2015-i18n-tag --mode file --media ./images

commit

git add . && git cz

semantic-release

semantic-release pre && npm publish && semantic-release post

Metadata

  • MIT
  • >= 4.0.0
  • Steffen Kolmer
  • released 1/24/2018

Downloads

Maintainers