Skip to content

Commit f017f86

Browse files
committed
tests
1 parent 7946969 commit f017f86

4 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('The package is installed successfully');
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "just-a-normal-package",
3+
"version": "0.0.0",
4+
"bin": {
5+
"just-a-normal-package": "./bin.js"
6+
}
7+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
> vp install -g .
2+
info: Installing 1 global package with Node.js <semver>
3+
✓ Installed just-a-normal-package <semver>
4+
Bins: just-a-normal-package
5+
6+
> vp list -g just-a-normal-package
7+
Package Node version Binaries
8+
--- --- ---
9+
just-a-normal-package@<semver> <semver> just-a-normal-package
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"commands": ["vp install -g .", "vp list -g just-a-normal-package"],
3+
"after": ["vp remove -g just-a-normal-package"]
4+
}

0 commit comments

Comments
 (0)