Add links to code in package READMEs

Intsead of having to update the READMEs for each package whenever
TypeScript signatures change, link directly to the TypeScript code.
Later, we can run a Typedoc server, perhaps.
This commit is contained in:
Jonathan Clem
2019-05-21 11:05:50 -04:00
parent 978b6e02dd
commit c999afbce1
3 changed files with 3 additions and 64 deletions

View File

@@ -4,8 +4,4 @@
## Usage
```
const exit = require('@actions/exit');
// TODO: DEMONSTRATE API
```
See [src/exit.ts](src/exit.ts).