Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cobyism/Filefile
A file to keep track of all the files you have in your repo that end in "file".
https://github.com/cobyism/Filefile
Last synced: 2 days ago
JSON representation
A file to keep track of all the files you have in your repo that end in "file".
- Host: GitHub
- URL: https://github.com/cobyism/Filefile
- Owner: cobyism
- Created: 2012-11-09T10:14:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T12:32:07.000Z (over 2 years ago)
- Last Synced: 2024-11-09T07:40:12.192Z (7 days ago)
- Homepage:
- Size: 12.7 KB
- Stars: 76
- Watchers: 6
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: Licensefile
Awesome Lists containing this project
- awesome-dev-fun - Filefile - File to keep track of all the files you have in your repo that end in "file" eg. [Filefile](Filefile). (Miscellaneous)
README
# Filefile
Filefile is a file used to keep track of all the files you have in your repository’s root directory that end in `file`.
## Wait, what?
The root directories of countless projects across the interwebs are littered with equally countless Filefiles. I find this somewhat entertaining, because it’s inherently obvious that they’re all files.
## What should go in your Filefile
Here is what your average project’s `Filefile` might look like:
```
Appfile
Berksfile
Blakefile
Brewfile
Brocfile
buildfile
Caddyfile
Cakefile
Capfile
Caskfile
Cheffile
Dockerfile
Doxyfile
Fastfile
Filefile
Gemfile
Gruntfile
Guardfile
Huxleyfile
Jakefile
Knylefile
Makefile
Modulefile
Podfile
Portfile
Procfile
Puppetfile
Rakefile
Sitefile
Tenderfile
Vagrantfile
```Yes, your Filefile should include itself. Deal with it.
## Creating your very own Filefile
```
$ cd /path/to/your/project
$ touch Filefile && ls *file >> Filefile
```## Example repositories
- [cobyism/Filefile](https://github.com/cobyism/Filefile/blob/master/Filefile)
- [pyaa/authority](https://github.com/pyaa/authority/blob/master/Filefile)## Contributing
Know a variety of Filefile not listed above? Know a repository that has a Filefile? Pull requests are welcome.