0.1.1 • Published 3 years ago

olegkruchay-sync v0.1.1

Weekly downloads
1
License
CC-BY-SA-4.0
Repository
-
Last release
3 years ago

⛳️ 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:

  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
  1. 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

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

0.1.0

3 years ago

0.1.1

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago