Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```