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: 7 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.

Lists

README

        

Welcome to pocket-platformer-exporter 👋



Version

Documentation


Maintenance


License: MIT


Twitter: Haroldo0k

> 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)_

```

```