skyscrap

0.2.3 • Public • Published

Skyscrap

Prealpha grade package manager for Rpg Maker MV

Installation

$ npm install -g skyscrap

Philosophy

This aims to be a generic package manager for plugin (.js, .coffee) and for assets files (graphics, music).

The way of achieving it is through loading an instruction file like this:

[
  {
    type: "download"
    src: "https://gist.githubusercontent.com/BakaBBQ/6f9f77791b3bafadef90/raw/0ecd1c80759afcb1ca515c3defce72d7453ef276/alert.js"
    target: "js/plugins/test.js"
  }
]

TODO

  • Add unzipping support
  • Better documentation

Readme

Keywords

none

Package Sidebar

Install

npm i skyscrap

Weekly Downloads

2

Version

0.2.3

License

Unlicense

Last publish

Collaborators

  • bakabbq