WIP: for bun only
This commit is contained in:
parent
87143a6999
commit
a1e7cd647b
3 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
name = "plugis"
|
||||
entrypoint = "PlugisClass.ts"
|
||||
|
||||
[install.scopes]
|
||||
# as an object with username/password
|
||||
# you can reference environment variables
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue