https://github.com/mfelsche/ponyfmt
autoformatting for pony code
https://github.com/mfelsche/ponyfmt
autoformat pony-language ponylang
Last synced: about 2 months ago
JSON representation
autoformatting for pony code
- Host: GitHub
- URL: https://github.com/mfelsche/ponyfmt
- Owner: mfelsche
- Created: 2017-08-02T22:53:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T21:44:37.000Z (over 7 years ago)
- Last Synced: 2025-01-20T04:18:43.631Z (3 months ago)
- Topics: autoformat, pony-language, ponylang
- Language: Pony
- Size: 8.79 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ponyfmt
Source Code Formatter for the ponylang programming language
## Status
[](https://travis-ci.org/mfelsche/ponyfmt)
This project is still in pre-alpha state and might damage your sources.
## Installation
* Install [pony-stable](https://github.com/ponylang/pony-stable)
* Update your `bundle.json````json
{
"type": "github",
"repo": "mfelsche/ponyfmt"
}
```* `stable fetch` to fetch your dependencies
* `use "ponyfmt"` to include this package
* `stable env ponyc` to compile your application