BlessedSleepSeeker / AsecriptHub

A CLI Script Launcher for Aseprite Scripts and a collection of scripts to be used with it !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsecriptHub

A CLI Script Launcher for Aseprite Scripts.

Installation

  1. Download the release and unzip it.
    1. (Optional) : Add AsepriteHub.ps1 as an alias in your PowerShell profile.
  2. Change the params.
    1. On the first line, put your path to Aseprite.exe
    2. On the second line, put your script folder. I put my Aseprite script folder here so I can use my lua scripts from aseprite if I want to.
  3. That's it !

Usage

Every LUA and PowerShell script present in the script folder will be runnable from the Asecript Hub.

AsecriptHub

Integrated Scripts

There are a few scripts already available to use with AsepriteHub :

  1. BatchExport
  2. BatchCommand

Adding AsecriptHub as an alias

If you do not know how alias works in PowerShell, check this and this out.

Once you do, add this code to your profile.ps1 :

New-Alias -Name Asecript -Value <Path to your AsecriptHub.ps1>

Mine is located at [User\Documents\Repos\AsecriptHub\AsecriptHub.ps1] so I added this line :

New-Alias -Name Asecript -Value ~\Documents\Repos\AsecriptHub\AsecriptHub.ps1

About

A CLI Script Launcher for Aseprite Scripts and a collection of scripts to be used with it !

License:GNU General Public License v3.0


Languages

Language:PowerShell 100.0%