https://github.com/rdmurphy/snippets
A place to dump bits and pieces of code I use for easy copy-pasta.
https://github.com/rdmurphy/snippets
Last synced: 12 months ago
JSON representation
A place to dump bits and pieces of code I use for easy copy-pasta.
- Host: GitHub
- URL: https://github.com/rdmurphy/snippets
- Owner: rdmurphy
- License: mit
- Created: 2016-10-12T20:30:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T22:58:45.000Z (over 9 years ago)
- Last Synced: 2025-06-27T04:58:01.676Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ryan's Code Snippets
I really wanted a place to dump bits and pieces of code I use for easy copy-pasta. So here we are!
## Wait... why isn't this a library? `npm install` or GTFO.
Good point! Maybe one day. For now, I just want a dumping ground for snippets I regularly use so I don't have to go hunt for them in old projects anymore. This probably means there will be a little bit of code duplication in some files.
## The rules
- For maximum JavaScript compatibility I plan to stick to ES5 for now. I love me some ES6, but ideally these things should work without a transpiler.
- When defining Sass mixins and functions they will always be in `.scss` format.
## LICENSE
MIT