1.0.16 • Published 2 years ago

yalcme v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Yalcme

Description

Yalc publish and yalc update the easy way.

Installation

npm install -g yalcme

Manual Installation

git clone https://github.com/gkssjovi/yalcme.git
cd yalcme
npm run build
mkdir -p ~/.config/yalcme
cp .env.example .env
cp ./db.json ~/.config/yalcme/db.json
chmod +x ./build/index.js
sudo ln -s "$PWD/build/index.js" /usr/local/bin/yalcme

Usage

yalcme

Configuration Example

{
  "source": [
    "/Users/user/path/to/source/repo/1",
    {
      "path": "/Users/user/path/to/source/repo/2",
      "beforePublish": "npm run build"
    }
  ],
  "target": [
    "/Users/user/path/to/target/repo/1",
    "/Users/user/path/to/target/repo/2"
  ]
}

Example

Image

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago