Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tripolskypetr/pwabuildserver
An easy-configurable CI/CD for PWA
https://github.com/tripolskypetr/pwabuildserver
build-system build-tool cicd devops docker github-ac jenkins lowcode mvn nexus nocode nodejs nx pnpm pnpm-workspaces pwa verdaccio verdaccio-plugin workspaces yarn-workspaces
Last synced: about 1 month ago
JSON representation
An easy-configurable CI/CD for PWA
- Host: GitHub
- URL: https://github.com/tripolskypetr/pwabuildserver
- Owner: tripolskypetr
- License: mit
- Created: 2024-04-20T08:25:50.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-20T11:45:21.000Z (10 months ago)
- Last Synced: 2024-12-15T08:32:17.973Z (about 2 months ago)
- Topics: build-system, build-tool, cicd, devops, docker, github-ac, jenkins, lowcode, mvn, nexus, nocode, nodejs, nx, pnpm, pnpm-workspaces, pwa, verdaccio, verdaccio-plugin, workspaces, yarn-workspaces
- Language: JavaScript
- Homepage: https://github.com/react-declarative/react-declarative
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/Unitech/pm2) and [https://github.com/pwalauncher](https://github.com/pwalauncher)