Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

olegkruchay-sync

olegkruchay5CC-BY-SA-4.00.1.1

Reusable components for [olegkruchay.com] and [hub.olegkruchay.com] projects.

sync, olegkruchay-com, nuxt, nuxtjs, vue, vuejs

readme

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