Install YASCML
10/14/25Less than 1 minute
YASCML provides multiple installation methods. You can choose the best way based on your needs.
Using online installer
Visit online installer and follow the instructions.
Using CLI
Install CLI from GitHub Packages Registry
First you need to create a Personal Access Token (classic) on GitHub and grant read:packages
permission for it.
Then, run this command to login:
npm
npm login --scope=@yascml --auth-type=legacy --registry=https://npm.pkg.github.com
> Username: USERNAME
> Password: TOKEN
Then you can install CLI via GitHub Packages Registry:
npm
npm install @yascml/patcher -g --registry=https://npm.pkg.github.com
yarn
yarn add @yascml/patcher -g --registry=https://npm.pkg.github.com
pnpm
pnpm add @yascml/patcher -g --registry=https://npm.pkg.github.com
Then run yascpatcher
or npx yascpatcher
(if the former doesn't exists) to use the CLI.