0.1.6 • Published 3 years ago

rewake v0.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Rewake

Rewake helps you to regenerate website's code if source maps are uploaded and available.

Installation

It can be installed using npm:

$ npm i -g rewake --unsafe-perm=true

Note: "--unsafe-perm=true" is needed because puppeteer can not be installed globally without that permission.

Usage

After installation completed, you can use it with the following command:

$ rewake -u "website-url" -o "output-folder"