1.1.1 • Published 8 years ago

degree v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

degree Build Status

Development server for virtual-dom/observable components

Install

$ npm install --global degree

CLI

$ degree component.js
#=> auto-opens browser with component mounted

Other options are passed to budo:

$ degree component.js --port 8000

API

degree(entries, [options]) -> emitter

Returns the EventEmitter from budo's API.

entries

Required
Type: string / array[string]

A path to an entry file, or multiple entries.

options
foo

Options to pass to budo.

License

MIT © Ben Drucker