Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dora-js/dora
:steam_locomotive: A fully pluggable server for development.
https://github.com/dora-js/dora
Last synced: 3 months ago
JSON representation
:steam_locomotive: A fully pluggable server for development.
- Host: GitHub
- URL: https://github.com/dora-js/dora
- Owner: dora-js
- Created: 2015-11-24T02:53:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T13:50:14.000Z (almost 6 years ago)
- Last Synced: 2024-07-07T13:05:52.520Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 463
- Watchers: 15
- Forks: 30
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
- awesome-github-star - dora - js | 464 | (JavaScript)
README
[![NPM version](https://img.shields.io/npm/v/dora.svg?style=flat)](https://npmjs.org/package/dora)
[![Build Status](https://img.shields.io/travis/dora-js/dora.svg?style=flat)](https://travis-ci.org/dora-js/dora)
[![Coverage Status](https://img.shields.io/coveralls/dora-js/dora.svg?style=flat)](https://coveralls.io/r/dora-js/dora)
[![NPM downloads](http://img.shields.io/npm/dm/dora.svg?style=flat)](https://npmjs.org/package/dora)# Dora
![](https://os.alipayobjects.com/rmsportal/UnpjHRTnkJlHfXx.png)
A fully pluggable server for development.
---
## Install
```bash
$ npm i dora -g
```## Usage
```bash
## Load proxy, webpack and hmr plugins
$ dora --plugins proxy,webpack,hmr## Load local plugin
$ dora --plugins ./local-plugin## Load plugin with arguments
$ dora --plugins foo?optionA=/foo/&optionB## Load plugin with JSON arguments
$ dora --plugins 'foo?{"optionA":"/foo/","optionB":true}'
```## Docs
- [How To Write A Dora Plugin](./docs/How-To-Write-A-Dora-Plugin.md)
- [Understand Dora Plugin](./docs/Understand-Dora-Plugin.md)## License
MIT