1. olegkruchay-sync

olegkruchay-sync

⛳️ 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
The NEW olegkruchay.com web-site

Workflow for gh-packages:

  1. Generate a github TOKEN_ID with the special rules repo, workflow, write:packages
    Github docs

  2. Login to github packages

     $ npm login --registry=https://npm.pkg.github.com
    
  3. Create a local file .npmrc

    @USER_NAME:registry=https://npm.pkg.github.com
    //npm.pkg.github.com/:_authToken=TOKEN_ID
    
  4. 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://[email protected]/USER_NAME/PROJECT_NAME.git"
      }
    

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

The main project is Open Source and hosted on Github. Made by Oleg Kruchay.