Skip to content

Commit 095fb71

Browse files
authored
Update README.md
1 parent 3fdff6d commit 095fb71

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
A solution for get npm package size **before** download and install with travis-ci!
44

5-
## How get size?
5+
## How make a get-nps?
66

77
1. Edit [`.travis.yml`](https://github.com/xtoolkit/get-nps/edit/master/.travis.yml) in my repo and create a pull.
88
2. Go to travis link in your pull page.
99
3. Go end line in travis logs and see your npm package installed size!
1010
4. and continue life :)
1111

12-
logs for [angularJs](https://travis-ci.org/xtoolkit/get-nps/builds/197955003) test.
12+
## Example for angularJs
13+
14+
[logs](https://travis-ci.org/xtoolkit/get-nps/builds/197955003) for [angularJs](https://github.com/angular/angular.js) test:
15+
16+
1. [git clone size](https://travis-ci.org/xtoolkit/get-nps/builds/197955003#L278)
17+
2. [node_modules dir size](https://travis-ci.org/xtoolkit/get-nps/builds/197955003#L1728)
18+
3. [Sub npm package size](https://travis-ci.org/xtoolkit/get-nps/builds/197955003#L1737)

0 commit comments

Comments
 (0)