You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An NPM library to work with macadam from Node projects
3
+
4
+
## Installation
5
+
6
+
The library is published on GitHub NPM registry.
7
+
8
+
You need to indicate in `.npmrc` where is located the package, and you need to authenticate with a GitHub token (classic) having `read:packages` scope:
9
+
10
+
.npmrc
11
+
```
12
+
@crc-org:registry=https://npm.pkg.github.com
13
+
//npm.pkg.github.com/:_authToken=<TOKEN>
14
+
```
15
+
16
+
Then you can install the package for your project:
0 commit comments