Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
williamngan committed Jul 31, 2018
1 parent 59ab153 commit 039c7c4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,14 @@ npm test
```

#### Generate documentations
Run this to generate Pts styled documentations. (Requires python 3.6)
```
typedoc --readme none --out docs src --name Pts
npm run docs
```

If you prefer to generate default typedocs, run this:
```
typedoc --readme none --out typedocs src --name Pts
```

#### Generate typescript declaration files and minify
Expand Down

0 comments on commit 039c7c4

Please sign in to comment.