1.0.6 • Published 6 years ago

workers-preview v1.0.6

Weekly downloads
371
License
ISC
Repository
github
Last release
6 years ago

Cloudflare Service Workers Previewer

Easily preview your workers script projects from npm scripts or the command line.

Install

npm install workers-preview

Usage

# Open the script previewer
npm run preview

package.json

Edit your package.json to include the preview script. Pipe the file you want to preview into the workers-preview cli.

{
  "scripts": {
    "preview": "workers-preview < my-script.js"
  },
  "dependencies": {
    "workers-preview": "^1.0.0"
  }
}
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago