celeste.js
v0.1.3
Published
Enable your code to interact with local installations of Celeste/Everest.
Downloads
15
Maintainers
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