JSPM

pwabuildserver

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q29328F
  • License MIT

The PWA CI/CD build server for react-declarative

Package Exports

  • pwabuildserver
  • pwabuildserver/index.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pwabuildserver) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pwabuildserver

An easy-configurable CI/CD for PWA

Usage

npm install -g pwabuildserver
pwabuildserver # in the project directory

How to

This tool will automatically run npm run build shell command in the current directory when received GET request to http://127.0.0.1:255/build. Also, logs of last execution available on http://127.0.0.1:255/logs. The next npm run build is not starting until previous is finished or failed. Build process stdout and stderr are duplicated to current shell and webbrowser both

Made expecially for PM2 and https://github.com/pwalauncher