
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@pwabuilder/cli
Advanced tools
The [PWABuilder](https://www.pwabuilder.com/) CLI allows you to create a new Progressive Web App from the command line.
The PWABuilder CLI allows you to create a new Progressive Web App from the command line.
To install with npm:
npm install -g @pwabuilder/cli
The -g flag indicates a global installation and will allow you to use the CLI from any directory.
The CLI's primary purpose to create new Progressive Web Apps. To create a new app, open a command line of your choice and run:
pwa create
This command will prompt you for a name, but you can skip prompting by providing a name:
pwa create <app-name>
PWABuilder currently offers two different PWA templates:
You can specify a template with the -t|--template option:
pwa create <app-name> -t=basic
When run from a valid PWA Starter directory, the start command will use Vite to host your PWA on a development server:
pwa start
You can pass arguments to vite with the --viteArgs options:
pwa start --viteArgs="<argument string here>"
See Vite's Config Reference for more details.
When run from a valid PWA Starter directory, the build command will use Vite to build and pack your app for production:
pwa build
You can pass arguments to Vite with the --viteArgs options:
pwa build --viteArgs="<argument string here>"
See Vite's Config Reference for more details.
FAQs
The [PWABuilder](https://www.pwabuilder.com/) CLI allows you to create a new Progressive Web App from the command line.
The npm package @pwabuilder/cli receives a total of 459 weekly downloads. As such, @pwabuilder/cli popularity was classified as not popular.
We found that @pwabuilder/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.