From 53a2fb4c78864932a5248f8e7a96f5fc814cb1c0 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 11 Dec 2016 16:19:25 +0100 Subject: [PATCH] update README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 10b5f43..e16a16f 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,28 @@ npmci publish docker npmci trigger # will look for NPMCI_TRIGGER_1 to NPMCI_TRIGGER_100 in form domain|id|token|ref|name ``` +## Configuration +npmci supports the use of npmextra. + +To configure npmci create a `npmextra.json` file at the root of your project + +```json +{ + "npmci": { + globalNpmTools: [ + "npm-check-updates", + "protractor", + "npmts", + "gizone" + ] + } +} +``` + +**Available options** + +setting | example | description +--- | --- | --- +globalNpmTools | "globalNpmTools": ["gitbook"] | Will look for the specified package names locally and install them if not installed from npm. + [![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks)