mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
+github.com/antfu/ni
This commit is contained in:
parent
8e9f682612
commit
f3469a57cf
1 changed files with 32 additions and 0 deletions
32
projects/github.com/antfu/ni/package.yml
Normal file
32
projects/github.com/antfu/ni/package.yml
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/antfu/ni/archive/refs/tags/v0.21.4.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: antfu/ni
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
nodejs.org: '>=14'
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
npmjs.com: '*'
|
||||||
|
script:
|
||||||
|
- npm install --include=dev
|
||||||
|
- npm run build
|
||||||
|
- npm install .
|
||||||
|
--global
|
||||||
|
--prefix={{prefix}}
|
||||||
|
--install-links
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/na
|
||||||
|
- bin/nci
|
||||||
|
- bin/ni
|
||||||
|
- bin/nlx
|
||||||
|
- bin/nr
|
||||||
|
- bin/nu
|
||||||
|
- bin/nun
|
||||||
|
|
||||||
|
test:
|
||||||
|
ni --version | grep {{version}}
|
Loading…
Reference in a new issue