In February Kelsey Hightower created nocode -- most minimalistic and famous repository without any code. It's have only 3 commits, but also it's have more than 300 Pull Requests. Most of this is empty, but some contains... Code. Or no code.
This repository contains most of this Pull Requests, and also open for any your commits too. Feel free to contribute.
Key conceptions:
- Community driven. Contributing are welcome.
- Contains configuration files for all popular tools.
All linters, CI services, builders, packaging systems and other tools needs to config file in your project root directory. I want to show it for you.
More than 50. Full list in AUTHORS file. Also you can generate it yourself:
git clone https://github.com/orsinium/nocode.git
cd nocode
git log --format='%an <%ae>' | sort | uniq
Feel free to contribute any minimal configuration files, required for some popular tool like docker, pip, npm etc.
And also don't trust to contributing guide and other things in this repo. This is moved from nocode repository. I don't change anything in this.