yalcme
v1.0.16
Published
### Description
Readme
Yalcme
Description
Yalc publish and yalc update the easy way.
Installation
npm install -g yalcmeManual 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
yalcmeConfiguration 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

