Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bfarm-package-download
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zts
bfarm-package-download
Commits
e8f6d530
Commit
e8f6d530
authored
4 months ago
by
Olaf Rode
Browse files
Options
Downloads
Patches
Plain Diff
feat: added npm example (project scope)
parent
ae65d454
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
npm/.npmrc
+3
-0
3 additions, 0 deletions
npm/.npmrc
npm/README.md
+9
-0
9 additions, 0 deletions
npm/README.md
npm/install_icd10gm-latest.sh
+1
-0
1 addition, 0 deletions
npm/install_icd10gm-latest.sh
with
13 additions
and
0 deletions
npm/.npmrc
0 → 100644
+
3
−
0
View file @
e8f6d530
registry=https://terminologien.bfarm.de/packages/
//terminologien.bfarm.de/packages/:_authToken={{ACCESS_TOKEN}}
cache=./.npm_cache
This diff is collapsed.
Click to expand it.
npm/README.md
0 → 100644
+
9
−
0
View file @
e8f6d530
# npm
## Voraussetzung
Folgende Pakete werden zur Ausführung des Skripts benötigt:
-
**npm**
(node package manager) -
[
Website
](
https://www.npmjs.com/
)
Bevor das Skript gestartet wird muss ein gültiges Access Token für die Umgebung beschafft und in der Datei
`.npmrc`
hinterlegt werden. Der einfachste Weg führt über die Webseite.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
npm/install_icd10gm-latest.sh
0 → 100755
+
1
−
0
View file @
e8f6d530
npm
--registry
https://terminologien.bfarm.de/packages
install
bfarm.terminologien.icd10gm
--userconfig
./.npmrc
--prefix
./.packages
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment