Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aminnairi/node-static

Static file server
https://github.com/aminnairi/node-static

file files folder folders serve server static

Last synced: about 5 hours ago
JSON representation

Static file server

Awesome Lists containing this project

README

        

# node-static

Static file server

[![Publish](https://github.com/aminnairi/node-static/actions/workflows/publish.yaml/badge.svg?branch=latest)](https://github.com/aminnairi/node-static/actions/workflows/publish.yaml)

## Requirements

- Node

## Usage

```console
$ npx @aminnairi/static help
```

## Example

```console
$ npx @aminnairi/static from public
Serving from /home/user/project/public on http://0.0.0.0:8080 (CTRL-C to stop gracefully)
```

## Issue

See [`issues`](../../issues).

## Changelog

See [`CHANGELOG.md`](./CHANGELOG.md).

## Contributing

See [`CONTRIBUTING.md`](./CONTRIBUTING.md).

## License

See [`LICENSE`](./LICENSE).