product-packager
product-packager copied to clipboard
A portable shell program to package and prepare courses, tutorial series, and other products to release on e-commerce platforms like Gumroad and Mavenseed.
Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
For the new web platform, we need a pre-processing step between the written content and the website build. Before every build, we need to include the latest version of source...
1. Convert relative image paths to absolute paths. > /courses/$COURSE_FOLDER/$CHAPTER_SLUG/images/$IMAGE_NAME 2. Add Yaml frontmatter at the top of lessons like this: ```yaml --- title: Importing the project and placing the...
I have gdquest-build-course on my path, and I do not know if there are bugfixes, which means I should download a newer version. Ideally, this is a feature request for...
The program should: 1. Find every Godot project in a directory 2. Test run every project in Godot and catch errors. 3. Build and report a list of projects with...
**Please check if the PR fulfills these requirements:** - [ ] The commit message follows our guidelines. - For bug fixes and features: - [ ] You tested the changes....
Once we have our MDX parser, for each course that we build, we should use the AST to count all the metadata we would like to have about individual courses...
- [x] #68 - [x] #79 - [x] #81 - [x] #64 - [x] #86 - [x] #90 - [x] #65 - [x] #84 - [x] #62 - [ ]...
For search and replace props in include components, we need to parse an array of objects with this form: ```jsx [ {"source": "foo", "replacement": "bar",}, ... ] ``` We should...