# calerme_static_server

> static_server 是一个简单的 NodeJS Static Web Server。

Latest version **1.0.0** (published 2018-02-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install calerme_static_server
pnpm add calerme_static_server
yarn add calerme_static_server
bun add calerme_static_server
```

Provides the command `static_server`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2018-02-15 |
| First published | 2018-02-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 60.1 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | calerme |

## Links

- npm: https://www.npmjs.com/package/calerme_static_server
- npm.io page: https://npm.io/package/calerme_static_server

## Dependencies (4)

- [pug](https://npm.io/package/pug.md) ^2.0.0-rc.4
- [chalk](https://npm.io/package/chalk.md) ^2.3.1
- [yargs](https://npm.io/package/yargs.md) ^11.0.0
- [eslint](https://npm.io/package/eslint.md) ^4.17.0

## Recent versions

- 1.0.0 (latest) — 2018-02-15

## README

# 简介

static_server 是一个简单的 NodeJS Static Web Server。

# 安装

```
npm install -g static_server
```

# 使用方法

```
# 把当前文件夹作为静态资源服务器
static_server

# 自定义文件夹
static_server -d /usr

# 自定义端口
static_server -p 8080

# 自定义 host 名
static_server -h localhost
```

---
_Source: https://npm.io/package/calerme_static_server · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
