workers-preview

1.0.6 • Public • Published

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"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i workers-preview

Weekly Downloads

391

Version

1.0.6

License

ISC

Unpacked Size

2.76 kB

Total Files

5

Last publish

Collaborators

  • johndotawesome