JSPM

celeste.js

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q17671F
  • License MIT

Enable your code to interact with local installations of Celeste/Everest.

Package Exports

  • celeste.js
  • celeste.js/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (celeste.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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