# @anilanar/workbox-build

> A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.

Latest version **1.2.1-rc.0** (published 2017-08-10) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @anilanar/workbox-build
pnpm add @anilanar/workbox-build
yarn add @anilanar/workbox-build
bun add @anilanar/workbox-build
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score; popular repo.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.2.1-rc.0 |
| Published | 2017-08-10 |
| First published | 2017-08-10 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4.0.0 |
| Dependencies | 6 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 13004 |
| Author | Google's Web DevRel Team |
| Maintainers | anilanar |
| Keywords | workbox, workboxjs, service worker, caching, fetch requests, offline, file manifest |

## Links

- npm: https://www.npmjs.com/package/@anilanar/workbox-build
- Repository: https://github.com/googlechrome/sw-helpers
- Homepage: https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-build
- Issues: https://github.com/GoogleChrome/workbox/issues
- npm.io page: https://npm.io/package/@anilanar/workbox-build

## Dependencies (6)

- [glob](https://npm.io/package/glob.md) ^7.1.1
- [chalk](https://npm.io/package/chalk.md) ^1.1.3
- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.1
- [fs-extra](https://npm.io/package/fs-extra.md) ^3.0.1
- [workbox-sw](https://npm.io/package/workbox-sw.md) ^1.1.0
- [lodash.template](https://npm.io/package/lodash.template.md) ^4.4.0

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 1.2.1-rc.0 (latest) — 2017-08-10

## README

# workbox-build

A module that integrates into your build process, helping you generate a
manifest of local files that [`workbox-sw`](../workbox-sw) should precache.
It can also scaffold a full service worker implementation for you.

While you can use this module directly, there are both
[command-line](../workbox-cli) and [Webpack](../workbox-webpack-plugin)
wrappers.

## Installation

```sh
npm install --save-dev workbox-build
```

## Documentation

Read more at this module's [documentation page](https://workboxjs.org/reference-docs/latest/module-workbox-build.html).

## Sample Code and Examples

View the
[sample code](https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-build/demo)
to see this module put to use.

# What's Workbox?

This module is a part of Workbox, which is a collection of JavaScript libraries
for [Progressive Web Apps](https://developers.google.com/web/progressive-web-apps/).

Visit https://workboxjs.org/ to learn more about what Workbox can do for you.

---
_Source: https://npm.io/package/@anilanar/workbox-build · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
