Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haroldo-ok/pocket-platformer-exporter
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.
https://github.com/haroldo-ok/pocket-platformer-exporter
Last synced: 14 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/haroldo-ok/pocket-platformer-exporter
- Owner: haroldo-ok
- License: mit
- Created: 2023-09-19T21:43:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T20:13:50.000Z (11 months ago)
- Last Synced: 2024-06-15T11:32:41.086Z (5 months ago)
- Language: JavaScript
- Homepage: https://haroldo-ok.github.io/pocket-platformer-exporter/
- Size: 1.98 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to pocket-platformer-exporter 👋
> 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](https://github.com/haroldo-ok/pocket-platformer-exporter#readme)
## Install
```sh
npm install
```## Usage
```sh
pocket-platformer-exporter [args]Commands:
pocket-platformer-exporter json Converts a Pocket Platformer project
into a JSON file.
pocket-platformer-exporter tiled Converts a Pocket Platformer project
into a Tiled project.Options:
--version Show version number [boolean]
--help Show help [boolean]
pocket-platformer-exporter json
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
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]
```## Run tests
```sh
npm run test
```## Author
👤 **Haroldo O. Pinheiro**
* Twitter: [@Haroldo0k](https://twitter.com/Haroldo0k)
* Github: [@haroldo-ok](https://github.com/haroldo-ok)
* LinkedIn: [@haroldo-ok](https://linkedin.com/in/haroldo-ok)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/haroldo-ok/pocket-platformer-exporter/issues). You can also take a look at the [contributing guide](https://github.com/haroldo-ok/pocket-platformer-exporter/blob/master/CONTRIBUTING.md).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2023 [Haroldo O. Pinheiro](https://github.com/haroldo-ok).
This project is [MIT](https://github.com/haroldo-ok/pocket-platformer-exporter/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_```
```