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

https://github.com/smalldragonluo/tcs

tcs is a tiny static content server.
https://github.com/smalldragonluo/tcs

static-content web

Last synced: 2 months ago
JSON representation

tcs is a tiny static content server.

Awesome Lists containing this project

README

        

TCS
=================

**tcs** is a tiny static content server.

[![npm Package](https://img.shields.io/npm/v/tcs.svg?style=flat-square)](https://www.npmjs.org/package/tcs)
[![downloads per month](http://img.shields.io/npm/dm/tcs.svg)](https://www.npmjs.org/package/tcs)

Installation
------------

npm install -g tcs

Usage
-----

```bash
$ tcs
```

### Args
* **-c, --cwd**: directory of static files, default is `process.cwd()`
* **-p, --port**: server port, default is `8080`

License
-------

Licensed under MIT

Copyright (c) 2017 [smalldragonluo](https://github.com/smalldragonluo)