Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pfwd/talk-static-analysis-phpstan

A talk on static analysis with PHPstan
https://github.com/pfwd/talk-static-analysis-phpstan

Last synced: 3 days ago
JSON representation

A talk on static analysis with PHPstan

Awesome Lists containing this project

README

        

# talk-template
A talk template that uses Marp CLI

## Install

1 Clone the repo
```bash
$ git clone [email protected]:pfwd/talk-template.git
`````

2 Install dependencies

```bash
$ npm install
```
Update `src/slides.md` with content.
Add images to `src/assets/images/`.

## Build slide deck

Use `npm run` to see all available commands.

### Build HTML from slides

```bash
$ npm run build:html
```

### Watch HTML from slides

```bash
$ npm run watch:html
```

### Build PDF from slides

```bash
$ npm run build:pdf
```

### Build PPT from slides

```bash
$ npm run build:pp
```