1.0.0 • Published 6 years ago

shader-reload-cli v1.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

shader-reload-cli

experimental

A simple GLSL development server for testing and expreimentation.

See shader-reload for details.

Install

Use npm to install.

npm install shader-reload-cli -g

Usage

Specify

Usage:
  shader-reload-cli entry [options]

Examples:
  shader-reload-cli src/index.js
  shader-reload-cli src/index.js:bundle.js --open
  shader-reload-cli src/index.js:bundle.js --dir public/

Underneath the hood, this is using budo and its command-line options.

License

MIT, see LICENSE.md for details.