deploy page-object data and pattern files
npm install page-deploy> [!WARNING]
> This application is an old proof of concept only, not for actual use.
 !Build Status[![License: GPL v3][2]][1]
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.
If the AGPLv3 does not work for you, you can get a commercial license free by contacting the author.
[1]: https://www.gnu.org/licenses/agpl.txt
[2]: https://img.shields.io/badge/License-AGPLv3-blue.svg