# d [![Build Status](https://travis-ci.org/liuchong/d.svg?branch=master)](https://travis-ci.org/liuchong/d) [![APACHE licensed](https://img.shields.io/badge/license-apache%202.0-blue.svg)](./LICENSE-APACHE) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE-MIT) [![crates.io](https://meritbadge.herokuapp.com/d)](https://crates.io/crates/d) [![Released API docs](https://docs.rs/d/badge.svg)](https://docs.rs/d) D is a simple standalone httpd. ## Usage 1. Install it `cargo install d` 2. Cd to somewhere and run it ``` bash cd ~/somewhere # check usage d -h # run it d # or d -p 8888 ``` ## License Licensed under either of these: * Apache License Version 2.0 [LICENSE-APACHE](LICENSE-APACHE) * MIT License [LICENSE-MIT](LICENSE-MIT) ### Contributing Please sign a cla, thanks!