-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
For a while the, owl-cli and turtle-formatter projects have been existing as separate projects. However, they are more closely related than originally anticipated from both a user's view and a developer's view:
- owl-cli's
writecommand basically just wraps turtle-formatter functionality. There is a (almost) 1:1 relationship between turtle-formatter settings andwriteoptions. - Users of turtle-formatter have explicitly asked how to use it from the command-line, so the project's readme even points to owl-cli.
- It's difficult to have a well-structured documentation that covers formatting functionality with API and command line usage.
Therefore, it makes sense to maintain both as one project with one documentation.
However, it must remain possible both to use owl-cli as a standalone tool and use turtle-formatter as a Java library.
- Switch build to Maven #19
- Make turtle-formatter a separate Maven module in this repo
- Configure build to enable releasing modules to Maven Central
- Update turtle-formatter documentation to point here and archive project
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels