https://github.com/magicmark/programming-protips-wiki
A collection of programming protips
https://github.com/magicmark/programming-protips-wiki
Last synced: 9 months ago
JSON representation
A collection of programming protips
- Host: GitHub
- URL: https://github.com/magicmark/programming-protips-wiki
- Owner: magicmark
- License: mit
- Created: 2021-01-20T17:29:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T21:47:57.000Z (over 2 years ago)
- Last Synced: 2025-06-07T22:05:08.881Z (11 months ago)
- Language: HTML
- Homepage: https://programming.protips.wiki
- Size: 538 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💡 programming.protips.wiki
> A collection of programming protips
https://programming.protips.wiki

## Contributing
Contributions very welcome! To get started, clone and build the repo:
```
$ git clone && cd programming-protips-wiki
$ make build
$ yarn dev
```
### Adding a new protip
To add a new tip, use the generator:
```
$ yarn plop
```