0.1.3 • Published 9 months ago

celeste.js v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Everest.js

Allow your JavaScript and TypeScript code to parse and edit Celeste's and Everest's files.

Features

  • Manipulate map files
    • Parse binary, json, or xml
    • Export as binary, json, or xml
    • Add, remove, and edit elements and attributes
    • Stringify into readable format
  • Manipulate save files
  • CLI tool for manual usage of the above features
    • Explore any local Celeste installation
    • Steam installations are automatically detected

Installation

Everest.js is available for installation on npm. Any package manager that can install from the npm registry should have no problems with Everest.js.

npm

npm install everest.js

pnpm

pnpm add everest.js

yarn

yarn add everest.js

Usage

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago