UNPKG

575 BMarkdownView Raw
1# workbox-cli
2
3A CLI tool to generate a service worker and a file manifest making use of the
4[`workbox-sw`](../workbox-sw) module.
5
6## Installation
7
8```sh
9npm install --save-dev workbox-cli
10```
11
12## Documentation
13
14Read more at this module's
15[getting starting page](https://workboxjs.org/get-started/npm-script).
16
17# What's Workbox?
18
19This module is a part of Workbox, which is a collection of JavaScript libraries
20for [Progressive Web Apps](https://developers.google.com/web/progressive-web-apps/).
21
22Visit https://workboxjs.org/ to learn more about what Workbox can do for you.