WIP: for bun only

This commit is contained in:
Alexandre HEIM 2025-03-22 19:15:38 +01:00
parent 87143a6999
commit a1e7cd647b
3 changed files with 10 additions and 2 deletions

View file

@ -2,5 +2,7 @@
plugis client for typescript / bun
npm config set @plugis:registry https://git.fibre.plugis.com/api/packages/telemac/npm/
npm config set -- '//git.fibre.plugis.com/api/packages/telemac/npm/:_authToken' "{token}"
## use plugis-client with bun
bun add git+https://git.fibre.plugis.com/telemac/plugis-client.git

View file

@ -1,3 +1,6 @@
name = "plugis"
entrypoint = "PlugisClass.ts"
[install.scopes]
# as an object with username/password
# you can reference environment variables

View file

@ -5,5 +5,8 @@
"type": "module",
"publishConfig": {
"registry": "https://git.fibre.plugis.com"
},
"dependencies": {
"plugis-client": "git+https://git.fibre.plugis.com/telemac/plugis-client.git"
}
}