Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/restyled-io/restyler
The Restyled CLI
https://github.com/restyled-io/restyler
Last synced: 10 days ago
JSON representation
The Restyled CLI
- Host: GitHub
- URL: https://github.com/restyled-io/restyler
- Owner: restyled-io
- License: agpl-3.0
- Created: 2017-10-19T13:50:57.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T20:02:28.000Z (11 days ago)
- Last Synced: 2024-11-04T20:34:28.043Z (11 days ago)
- Language: Haskell
- Homepage:
- Size: 22.2 MB
- Stars: 41
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# Restyler
The restyling process, as a CLI.
## Installation
```console
curl --proto '=https' --tlsv1.2 -sSf \
https://raw.githubusercontent.com/restyled-io/restyler/main/install | sudo sh
```## Usage
See [`restyle(1)`][restyle.1] and [`restyled.yaml(5)`][restyled.yaml.5].
[restyle.1]: https://restyled-io.github.io/restyler/man-pages/restyle.1
[restyled.yaml.5]: https://restyled-io.github.io/restyler/man-pages/restyled.yaml.5### GitHub Actions
See https://github.com/restyled-io/actions#readme.
## Development
```console
just
```Requires [stack](https://docs.haskellstack.org/en/stable/README/).
## Tests
```console
just test
```## LICENSE
This project is licensed AGPLv3. See [COPYING](./COPYING).
---
[CHANGELOG](./CHANGELOG.md)