Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magicmark/programming-protips-wiki
A collection of programming protips
https://github.com/magicmark/programming-protips-wiki
Last synced: 1 day 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T21:24:39.000Z (about 1 year ago)
- Last Synced: 2023-09-06T23:50:16.963Z (about 1 year ago)
- Language: HTML
- Homepage: https://programming.protips.wiki
- Size: 537 KB
- Stars: 6
- Watchers: 3
- 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
```