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.
- Host: GitHub
- URL: https://github.com/datajango/snippets
- Owner: datajango
- Created: 2022-08-30T08:40:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T13:15:21.000Z (over 3 years ago)
- Last Synced: 2023-03-07T08:22:23.894Z (almost 3 years ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```