New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mkappcache

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkappcache

Cli command to create appcache files

latest
Source
npmnpm
Version
0.8.0
Version published
Maintainers
1
Created
Source

ClI command to create appcache files

Install:

npm install -g mkappcache

npm install --save-dev mkappcache

Usage:

Cli command to create appcache files

Usage $ mkappcache [outFile] [options] default: outfile=app.appcache, uses CWD for all actions

Options -c config, --config=./path default looks for config in CWD

-m mkconfig, --mkconfig
      writes a config file to the current working directory
      edit config file to needs

-h help, --help

Examples $ mkappcache app.appcache -c ./mkappcache-config.js

Configuration File Format:

module.exports = { wk_dir : './dist', remove : './dist/', network : ['*'], prepend : '', fallbacks : [{get:'/',fallto:'index.html'}], exfile : ['app.appcache','mkappcache-config.js'] }

Keywords

appcache

FAQs

Package last updated on 16 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts