create-sw

v0.0.5
# create-sw A tool to generate robust Service Worker for your application.

dist

babel lib/runtime.js > runtime.js

test

istanbul cover _mocha test/test.js

demo

cd demo && webpack dist/index.js dist/bundle.js && node ../cli.js --config=sw-config.js && cd ..

lint

eslint lib/*.js runtime.js cli.js

publish

npm run dist && npm publish

Metadata

Downloads

Maintainers