We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ed620 commit c9a4be6Copy full SHA for c9a4be6
README.md
@@ -5,13 +5,3 @@ This repository contains utilities for smart contracts development
5
1. Shared workflows to use in every Smart-contract repos
6
1. Prettier configuration
7
1. Eslint configuration
8
-
9
-## Dev enviroment setup
10
-1. Generate an NPM registry token with `read:packages` permission [here](https://github.com/settings/tokens).
11
-1. Add token to your global `.npmrc` file for github npm registry [file reference](https://docs.npmjs.com/cli/v11/configuring-npm/npmrc):
12
- ```
13
- //npm.pkg.github.com/:_authToken=ghp_************
14
15
- Linux/MacOS: `~/.npmrc`
16
17
- Windows: `%USERPROFILE%\.npmrc`
0 commit comments