mirror of
https://github.com/valitydev/angular-templates.git
synced 2024-11-06 01:05:21 +00:00
17 lines
499 B
Markdown
17 lines
499 B
Markdown
# Angular templates for [Genry](https://github.com/KrickRay/genry) scaffolder
|
|
|
|
## Installation
|
|
|
|
1. Create `.npmrc` file at the root of your project:
|
|
|
|
```
|
|
@rbkmoney:registry=https://npm.pkg.github.com/
|
|
```
|
|
|
|
1. [Authenticate to GitHub Packages](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages#authenticating-to-github-packages "Guide")
|
|
|
|
1. Install package:
|
|
```sh
|
|
npm i @rbkmoney/angular-templates -D
|
|
```
|