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

https://github.com/whsv26/notes

PHP developer notes
https://github.com/whsv26/notes

phpstorm ubuntu

Last synced: 7 months ago
JSON representation

PHP developer notes

Awesome Lists containing this project

README

          

# Notes
PHP developer notes

## Contents
- [Linux commands](doc/LinuxCommands.md)
- [Linux tools](doc/LinuxTools.md)
- [Shortcuts](doc/Shortcuts.md)

## Contribution

- Install dependencies
```console
sudo apt install pandoc
```

- Generate **doc** from **src**
```console
make
```