1.0.16 • Published 7 months ago

yalcme v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months 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

7 months ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago