Skip to content

Commit

Permalink
Readme on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Oct 5, 2023
1 parent 3572d29 commit a228b0a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# ![@signpdf](https://raw.githubusercontent.com/vbuch/node-signpdf/master/resources/logo-horizontal.svg?sanitize=true)

Usage examples for the [@signpdf family of packages](https://github.com/vbuch/node-signpdf/).

## Running

### Install

```bash
$ git clone [email protected]:vbuch/node-signpdf.git
$ cd node-signpdf
$ yarn
$ cd packages/examples
```

### Run

#### JS

```bash
$ node src/javascript.js
```

#### TS

```bash
$ ./node_modules/.bin/ts-node src/typescript.ts
```

0 comments on commit a228b0a

Please sign in to comment.