Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Add link to API doc in README and add homepage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samrith Shankar committed Feb 16, 2020
1 parent 3eba990 commit 12004e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ of these configurations are provided through a `.nodehawkrc` file.
| --- | ------ | ------- | ------------------------------------------------ |
| env | object | `{}` | Key value pairs to be assigned to `process.env`. |

The complete API documentation is
[available on the website](https://samrith-s.github.io/nodehawk/).

## Examples

There are quite a few real-world examples of Nodehawk. You can the in the
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "A slim and hyper configurable watcher for Node.",
"author": "Samrith Shankar <[email protected]>",
"license": "MIT",
"homepage": "https://samrith-s.github.io/nodehawk/",
"repository": "[email protected]:samrith-s/nodehawk.git",
"preferGlobal": true,
"main": "./lib/index.js",
Expand Down

0 comments on commit 12004e7

Please sign in to comment.