⛳️ The package for syncronizing the data between the personal projects
olegkruchay.com and hub.olegkruchay.com
‼️ NOT for public use
🎭🎲️ Current version v0.1.1 ßeta

Workflow for gh-packages:
Generate a github
TOKEN_ID
with the special rulesrepo, workflow, write:packages
Github docsLogin to github packages
$ npm login --registry=https://npm.pkg.github.com
- Create a local file
.npmrc
@USER_NAME:registry=https://npm.pkg.github.com //npm.pkg.github.com/:_authToken=TOKEN_ID
- Add the following lines into
package.json
file"name": "@USER_NAME/PROJECT_NAME", "publishConfig": { "registry": "https://npm.pkg.github.com/@USER_NAME/" }, "repository" : { "type": "git", "url": "ssh://git@github.com/USER_NAME/PROJECT_NAME.git" }
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License