Skip to content

Commit

Permalink
Merge pull request #443 from JoshuaKGoldberg/patch-1
Browse files Browse the repository at this point in the history
Added sample .ncurc.json to README.md
  • Loading branch information
raineorshine committed Jun 14, 2018
2 parents 621dbd5 + 950e666 commit 87af594
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -122,6 +122,15 @@ Use a `.ncurc.{json,yml,js}` file to specify configuration information.
You can specify file name and path using `--configFileName` and `--configFilePath`
command line options.

For example, `.ncurc.json`:

```json
{
"upgrade": true,
"filter": "express"
}
```

Integration
--------------
The tool allows integration with 3rd party code:
Expand Down

0 comments on commit 87af594

Please sign in to comment.