degree

1.1.1 • Public • Published

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

Dependencies (15)

Dev Dependencies (6)

Package Sidebar

Install

npm i degree

Weekly Downloads

3

Version

1.1.1

License

MIT

Last publish

Collaborators

  • bendrucker