https://github.com/michaelfromyeg/sheet2shortcode
✏ Generating formatted shortcode for WordPress from a Google Sheet.
https://github.com/michaelfromyeg/sheet2shortcode
java shortcode wordpress
Last synced: 3 months ago
JSON representation
✏ Generating formatted shortcode for WordPress from a Google Sheet.
- Host: GitHub
- URL: https://github.com/michaelfromyeg/sheet2shortcode
- Owner: michaelfromyeg
- License: mit
- Created: 2020-07-21T17:12:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T03:08:00.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T12:13:53.674Z (5 months ago)
- Topics: java, shortcode, wordpress
- Language: Java
- Homepage: https://michaelfromyeg.github.io/sheet2shortcode/test/html/
- Size: 522 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sheet2shortcode
Generating formatted shortcode for WordPress from a Google Sheet.
## Installation
- Java
- Gradle
- *(Recommended)* VS Code, with the relevant Java extensions, including Checkstyle for Java
- A Google `credentials.json` file in `src/main/resources`## Usage
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.


### Tests
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](https://michaelfromyeg.github.io/sheet2shortcode/test/html/).
## Road map
- Add more extensibility for other (csv) file structures.
- Write unit tests