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

https://github.com/datajango/snippets

Reusable files and folders to accelerate software development.
https://github.com/datajango/snippets

Last synced: about 1 month ago
JSON representation

Reusable files and folders to accelerate software development.

Awesome Lists containing this project

README

          

# README.md snippets

- Anthony Leotta
- Aug 2022
- A place for development resources.

## Why?

Ever want to reuse a file from one project to another? I certainly do. I find myself reusing the same .gitignore and ini templates over and over again.

## How to use this repo

1. To grab a single file using curl

```
curl https://raw.githubusercontent.com/datajango/snippets/main/git/python.gitignore > .gitignore
```