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.
- Host: GitHub
- URL: https://github.com/smalldragonluo/tcs
- Owner: smalldragonluo
- License: mit
- Created: 2018-01-11T10:53:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T03:07:36.000Z (about 4 years ago)
- Last Synced: 2025-03-07T22:02:12.714Z (3 months ago)
- Topics: static-content, web
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TCS
=================**tcs** is a tiny static content server.
[](https://www.npmjs.org/package/tcs)
[](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)