Skip to content

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

License

Notifications You must be signed in to change notification settings

BlessedSleepSeeker/AsecriptHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !

Topics

Resources

License

Stars

Watchers

Forks