0.0.8 • Published 5 years ago
pwa-prepare v0.0.8
PWA Prepare
Prepare your application for PWA features
Why it's awesome
This library reads the files that will be published, adds hashes to the files, generates the cache of your files (service worker).
Getting Started
Install with npm
$ npm install -g pwa-prepareNOTE: Install this npm package with -g to global use or with -D to add the package as a devDependency in the package.json file of your project.
Install with Yarn
$ yarn add pwa-prepareUsage
$ pwa-prepare distNOTE: dist is output by default when output is undefined
CLI
$ pwa-prepare --help
Usage:
$ pwa-prepare [<output>] [<options>]
Options:
-h, --help Display help information
-v, --version Output version
Examples:
$ pwa-prepare
$ pwa-prepare distContributing
Want to contribute? Follow these recommendations.
License
Designed with ♥ by CJ Patoilo. Licensed under the MIT License.