Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/restyled-io/restylers
Language-specific restylers
https://github.com/restyled-io/restylers
Last synced: 10 days ago
JSON representation
Language-specific restylers
- Host: GitHub
- URL: https://github.com/restyled-io/restylers
- Owner: restyled-io
- License: agpl-3.0
- Created: 2017-10-19T13:57:56.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:35:46.000Z (17 days ago)
- Last Synced: 2024-10-30T03:58:24.575Z (17 days ago)
- Language: Haskell
- Homepage: https://docs.restyled.io/restylers
- Size: 1.61 MB
- Stars: 23
- Watchers: 3
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Restylers
Language-specific restylers.
## Tests
1. Install [`restyle`][install-restyle]
2. Install [The Haskell Tool Stack][install-stack]
3. Run `just test `[install-restyle]: https://github.com/restyled-io/restyler?tab=readme-ov-file#installation
[install-stack]: https://docs.haskellstack.org/en/stable/#how-to-install-stack## Releasing
Merges to `main` automatically tag versions, release a manifest at that
tag, and update the `dev` manifest.The Promote workflow can be run manually to promote any tag to another,
typically to promote `dev` to `stable`. It also runs twice a month.## LICENSE
Restylers themselves are released under the same license as the project they
package. In most cases, the appropriate license file has been copied into the
Restyler sub-directory. In cases where it's not: patches welcome.All other code in this project is licensed AGPLv3. See [COPYING](./COPYING).