rost_gen VS my-button-ssg

Compare rost_gen vs my-button-ssg and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rost_gen my-button-ssg
12 8
0 0
- -
0.0 10.0
over 1 year ago over 1 year ago
Rust JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rost_gen

Posts with mentions or reviews of rost_gen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-25.
  • rost_gen - release 1
    2 projects | dev.to | 25 Nov 2022
    This week, I released version 1.0.1 of rost_gen, a simple static site generator built using rust. I had kind of forgotten about versions for a while, but the project had advanced enough for a v1 release. Since I had used rust, the appropriate place for a release was crates.io.
  • Adding automated tests to rost_gen
    2 projects | dev.to | 11 Nov 2022
    This week, I added some automated testing to my static site generator project, rost_gen. As the project is built using rust, it was quite easy to get started as I did not need to use any additional frameworks.
  • Adding formatter and linter to rost_gen
    3 projects | dev.to | 4 Nov 2022
    This week, I added a formatter and linter to rost_gen (a static site generator) to improve the readability of the code and fix common issues automatically. I chose to use rustfmt for the formatter and rust-clippy for the linter.
  • Adding link markdown support to rost_gen
    2 projects | dev.to | 28 Oct 2022
    This week, I was tasked with adding another feature to my static site generator rost_gen based on Docusaurus features. Docusaurus is a great static site generator that has a lot of features. It provides a starting template, and even a command to deploy to github pages. After some deliberation, I decided it would be best to add support for parsing links to other pages (internal and external). If implemented properly, it would allow me to easily add additional inline markdown features such as bold, italic, etc. I broke down the feature into several parts and created issues for them:
  • Refactoring my static site generator
    1 project | dev.to | 14 Oct 2022
    For this week in my course in open-source development, I was tasked with refactoring my ssg project (rost_gen). A simple and though potentially time-consuming task.
  • Adding config parsing to a ssg
    2 projects | dev.to | 6 Oct 2022
    My rost_gen ssg project also received a PR about adding config file parsing. After reviewing the changes, I decided to test it locally by setting up a tracking branch using git. This was fairly simple to do, and I can't believe I did not try this before. Since I have not added any automated tests, I previously did this by looking at the code. However, as more features get added, it is not possible to check if the code will work as you think. By using a local tracking branch, I was able to easily test the changes and find some formatting issues by using VS code's auto formatting. I requested the author to resolve these and merged the PR by merging the branch into the master branch.
  • Merging parallel branches without PRs in GitHub
    1 project | dev.to | 30 Sep 2022
    For week 4 of my course in open-source development, I was tasked with adding two more features to my ssg project rost_gen. However, I was supposed to work on both at the same time on different branches and merge those branches into the main branch once both implementations were complete. Normally, I would use pull requests and not merge directly into the main branch.
  • Contributing to another ssg project
    3 projects | dev.to | 23 Sep 2022
    For this week in my course on open-source development, we were tasked to pick another ssg (static site generator) project and add support for markdown (.md) files and at least one markdown feature. Someone reached out to me about adding markdown support to my ssg (rost_gen) and created an issue for it.
  • First Pull Request
    3 projects | dev.to | 22 Sep 2022
    The first step I did was I added an issue to Eakam's repository so that they knows what I'm doing with their code For this Lab 2, I'm going to implement the code that allows user covert a md file into a html file. Also, I would like add a feature that be able to change the header syntax (#) in an MD file into the
  • rost_gen - A simple static site generator
    2 projects | dev.to | 18 Sep 2022
    This is a project that I created as part of my course in open-source development. Rost_gen is a basic static site generator made using Rust that generates html files from text files.

my-button-ssg

Posts with mentions or reviews of my-button-ssg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • Adding CI to my SSG
    2 projects | dev.to | 16 Nov 2022
    I also added a test to a partner's SSG. Writing a test for their SSG was not difficult as their code was easy to understand. They were using the same testing framework/workflow as me.
  • Javascript Testing
    1 project | dev.to | 10 Nov 2022
    Test Function htmlGen file Adding Jest Updatting my-button.js Coverage Files
  • Adding config parsing to a ssg
    2 projects | dev.to | 6 Oct 2022
    This week, I was tasked with adding config file parsing to another student's ssg. I chose to add this feature to Oscar's my-button-ssg. The config file would contain the available options for the ssg in JSON format. I created an issue and began implementing the new feature.
  • Contributing to another ssg project
    3 projects | dev.to | 23 Sep 2022
    I decided to look at their ssg project (my-button-ssg) which was made using JavaScript. However, since someone had already created an issue for markdown support, I decided to pick another project. After some browsing, I decided to add markdown support to SSGo since it was written using Go. I thought it would be nice to learn more about Go since I had never used it. So, I created an issue, forked the repo, and started working on it.
  • Contribution to project
    2 projects | dev.to | 22 Sep 2022
    I worked on this git repo and here I made pull request.
  • First Pull Request
    3 projects | dev.to | 22 Sep 2022
    Link to pull request to my repo: https://github.com/LostButton/my-button-ssg/pull/7#event-7435285897 Link to my repo: https://github.com/LostButton/my-button-ssg
  • First Time My code Is Tested by Someone Else
    2 projects | dev.to | 16 Sep 2022
  • my-button-ssg
    1 project | dev.to | 13 Sep 2022
    Link to Repository

What are some alternatives?

When comparing rost_gen and my-button-ssg you can also consider the following projects:

nan1-ssg

wk-ssg - [Moved to: https://github.com/Genne23v/OpenSSG]