Hackmud Script Manager 0.2
Biggest changes yet!
Command
Added
- More helpful help
- Proper TypeScript support!
Removed
build
,clear
,push-built
commands.- Characters saved log when using
push
command.
Fixed
push
command updates config now.- More errors related to config.
API
Overall, everything should be smarter.
Added
minifyScript
for in case you want to do the rest yourself.
Changed
- So many changes in this one that I will miss a lot.
pushBuilt
has been renamed topush
, and its parameters have changed.push
now directly pushes scripts from the src directorybuild has been merged into
push`.
Removed
- Removed original
push
function. - No more
build
orclear
functions.