https://github.com/crazcalm/serve-it
A command line application that allows you to run a file server on local host that hides dot files.
https://github.com/crazcalm/serve-it
command-line-tool fileserver golang localhost
Last synced: 5 months ago
JSON representation
A command line application that allows you to run a file server on local host that hides dot files.
- Host: GitHub
- URL: https://github.com/crazcalm/serve-it
- Owner: crazcalm
- License: mit
- Created: 2018-07-11T16:20:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T20:05:40.000Z (over 7 years ago)
- Last Synced: 2024-06-20T05:28:02.637Z (over 1 year ago)
- Topics: command-line-tool, fileserver, golang, localhost
- Language: Go
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serve-It
[](https://goreportcard.com/report/github.com/crazcalm/serve-it)
A command line application that allows you to run a file server on local host that hides dot files.
## Note:
I am keeping this repository around as reference to a talk I gave at a meetup and a blog post I wrote about it. Since then, I have learned the proper way to create a custom File Server. I outline these new insights in the following blog post: [Using Embedding to Create a Custom File Server](https://crazcalm.github.io/blog/post/custom_file_server/).
If you still want the functionality of Serve-It and would like to see what it looks like rewritten using embedding, see the following link ([source code](https://github.com/crazcalm/my-go-questions/blob/master/what_if/http.fileServer/hide_dot_files.go)).
## Installation
1. `go get github.com/crazcalm/serve-it`
2. cd into that directory and run `go build`
## Usage
