https://github.com/drupol/ipc2023
Sources of 'Leveraging Nix in the PHP ecosystem' presentation
https://github.com/drupol/ipc2023
presentation typst
Last synced: about 1 year ago
JSON representation
Sources of 'Leveraging Nix in the PHP ecosystem' presentation
- Host: GitHub
- URL: https://github.com/drupol/ipc2023
- Owner: drupol
- Created: 2023-09-22T14:13:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T15:03:29.000Z (over 2 years ago)
- Last Synced: 2025-01-16T00:42:09.224Z (over 1 year ago)
- Topics: presentation, typst
- Language: Typst
- Size: 20.3 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Leveraging Nix in the PHP ecosystem
## Usage
Each directory in `src/` correspond to a unique document. All the Nix command
available will be derived for each directory, automatically.
If you have a directory named `ipc2023`, the available commands in this project
will be:
- `build-ipc2023`: a command that will compile the source in a PDF document
immediately at the root of the project.
- `watch-ipc2023`: a command that will watch the source and compile the PDF
document as soon as there's a change, at the root of the project.
- `nix build .#ipc2023`: a command that will build the document once. The
resulting file(s) will be in `result/` at the root of the project.
## Latest version
The latest version is available at: https://github.com/drupol/ipc2023/releases/latest
## Dates
- 2023/10/26: [International PHP Conference 2023](https://phpconference.com/web-development/leveraging-nix-php-ecosystem/), Munich