page-deploy

deploy page-object data and pattern files

Usage no npm install needed!

<script type="module">
  import pageDeploy from 'https://cdn.skypack.dev/page-deploy';
</script>

README

page-deploy

npm version Build Status

NOT FOR PRODUCTION USE -ALPHA QUALITY

Deploys page-object data and pattern files and is useful for web applications using locale and language specific data.

For example, your application may use locale files to render an input for a social-security-number. Locale files would describe the input for 'en-US', but not for 'es-ES', while language files would describe a label for the input, such as 'ssn number:' or 'ssn numero:'.

Page-deploy strategically organizes these files for deployment. This positively affects the way you test, deploy, translate and develop an application using such files.