diff options
author | Thomas Rueckstiess <thomas@rueckstiess.net> | 2015-01-06 17:36:20 +1100 |
---|---|---|
committer | Thomas Rueckstiess <thomas@rueckstiess.net> | 2015-01-06 17:36:20 +1100 |
commit | 042d082218ab1ccb5556970acede550eff9480b1 (patch) | |
tree | dde5cdd49f5637e56f84be44a314d709826b1d8f /tools | |
parent | 7d1f15cb26f125dd7c2536d40811d7e3da9a226c (diff) | |
download | mongo-042d082218ab1ccb5556970acede550eff9480b1.tar.gz |
added repository info (wiredtiger github) and better example in README.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/template/README.md | 4 | ||||
-rw-r--r-- | tools/template/package.json | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/tools/template/README.md b/tools/template/README.md index 94692cdc1a5..6ed0ffbd7b5 100644 --- a/tools/template/README.md +++ b/tools/template/README.md @@ -14,10 +14,10 @@ To build the template, follow these steps: ### Usage -Call the `wtstats.py` Python script with a stats file as argument, e.g. +Call the `wtstats.py` Python script with a stats file as argument. The `test` subfolder contains a small example stats file to test: ``` -python wtstats.py /path/to/my/WiredTigerStat.19.16 +python wtstats.py ./test/WiredTigerStat.fixture ``` The script will create `wtstats.html` in the working directory, which can be viewed with any modern browser (latest versions of Chrome, Safari, FireFox, Internet Explorer supported). diff --git a/tools/template/package.json b/tools/template/package.json index ede36c38c7d..193f5dae0fd 100644 --- a/tools/template/package.json +++ b/tools/template/package.json @@ -7,7 +7,11 @@ "build": "gulp pack" }, "author": "Thomas Rueckstiess <thomas@rueckstiess.net>", - "license": "", + "license": "MIT", + "repository" : { + "type": "git", + "url": "http://github.com/wiredtiger/wiredtiger.git" + }, "dependencies": { "ampersand-collection": "^1.3.17", "ampersand-collection-underscore-mixin": "^1.0.3", |