Socket
Socket
Sign inDemoInstall

eider

Package Overview
Dependencies
351
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eider

like http-server, only with Jade templates, browserify and LESS preprocessing


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

eider Build Status

fast, lightweight & highly opinionated development server for quickly building prototypes or proof-of-concepts, using Jade, LESS and browserify

Installation

$ npm install eider -g

Usage

The directory you run eider in will be served at /:

$ eider

fires up a server at localhost port 8080.

Now /foo (as well as /foo/index.html) will try to look for /foo/index.jade, /foo/styles/style.css will return /foo/styles/styles.less compiled and /foo/js/index.js will return a browserified version of that file. Every other request will just try to be resolved by a static asset.

You can also specify a port to be used when starting eider:

$ eider --port 1337

Buyer beware

This is not intended to be used in any kind of production setting, please don't even start to think about anything like that.

"eider", wtf?

The UK's heaviest duck, and its fastest flying.

For the bird nerds: http://www.rspb.org.uk/discoverandenjoynature/discoverandlearn/birdguide/name/e/eider/

License

MIT © Frederik Ring

Keywords

FAQs

Last updated on 28 Jun 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc