Generating formatted shortcode for WordPress from a Google Sheet.
- Java
- Gradle
- (Recommended) VS Code, with the relevant Java extensions, including Checkstyle for Java
- A Google
credentials.json
file insrc/main/resources
Run gradle run
to produce an output.
This project uses Google's Checks for linting. In VS Code, right-click on the src/
folder and click "check files" to see linting warnings and/or errors.
Auto check must be enabled in your VS Code settings.
Here's an example of the output.
Run all tests with gradle test
. Coverage is fairly poor right now, but I hope to improve that soon!
See the current coverage report here.
- Add more extensibility for other (csv) file structures.
- Write unit tests