Converts html files exported by pocket-platformer (https://the-l0bster.itch.io/pocket-platformer) into formats that should be more easily exported to other engines.
🏠 Homepage
npm install
pocket-platformer-exporter <cmd> [args]
Commands:
pocket-platformer-exporter json <src> Converts a Pocket Platformer project
<dest> into a JSON file.
pocket-platformer-exporter tiled <src> Converts a Pocket Platformer project
<dest> into a Tiled project.
Options:
--version Show version number [boolean]
--help Show help [boolean]
pocket-platformer-exporter json <src> <dest>
Converts a Pocket Platformer project into a JSON file.
Positionals:
src The source Pocket Platformer HTML, the one that will be converted [string] [required]
dest The name of the JSON file that will be generated. [string] [required]
pocket-platformer-exporter tiled <src> <dest>
Converts a Pocket Platformer project into a Tiled project.
Positionals:
src The source Pocket Platformer HTML, the one that will be converted [string] [required]
dest The name of either the directory where the Tiled project will be
generated. [string] [required]
Options:
--zip Compress the exported files into a ZIP file.
[boolean] [default: false]
npm run test
👤 Haroldo O. Pinheiro
- Twitter: @Haroldo0k
- Github: @haroldo-ok
- LinkedIn: @haroldo-ok
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2023 Haroldo O. Pinheiro.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator