An open API service indexing awesome lists of open source software.

https://github.com/ragingwind/next-precache

Manifest needs to be precached for service worker for Next.js
https://github.com/ragingwind/next-precache

Last synced: 11 months ago
JSON representation

Manifest needs to be precached for service worker for Next.js

Awesome Lists containing this project

README

          

# next-precache [![Build Status](https://travis-ci.org/ragingwind/next-precache.svg?branch=master)](https://travis-ci.org/ragingwind/next-precache)

> Globb files need to be precached

## Install

```
$ npm install next-precache
```

## Usage

```js
const nextPrecache = require('next-precache');

nextPrecache('unicorns');
//=> 'unicorns & rainbows'
```

## API

### nextPrecache(input, [options])

#### input

Type: `string`

Lorem ipsum.

#### options

##### foo

Type: `boolean`

Default: `false`

Lorem ipsum.

## License

MIT © [ragingwind](http://ragingwind.me)