badge-generator VS yassgy

Compare badge-generator vs yassgy and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
badge-generator yassgy
8 8
330 2
- -
4.3 2.6
10 days ago over 2 years ago
TypeScript Rust
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.

badge-generator

Posts with mentions or reviews of badge-generator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-05.
  • what are these buttons called in repos and how can I add them to mine?
    2 projects | /r/github | 5 Aug 2022
  • Upgrade NPM packages with GH Actions
    6 projects | dev.to | 3 Dec 2021
    I use a workflow similar to the one above that is implemented in my Badge Generator web app, which is built in Vue and Yarn.
  • Creating dark mode for the first time
    2 projects | dev.to | 18 Nov 2021
    Looking through my classmates' contributions for Hacktoberfest, I found badge-generator - a cool tool that helps us create markdown badges for our documentations. The owner wants to implement the dark mode for the site, and since the tool is written with VueJS, I decided to challenge myself as I could also continue to learn this framework.
  • Hacktoberfest: Challenge #3
    2 projects | dev.to | 31 Oct 2021
    Eventually, I remembered one of the repos that I've used before to contribute to one of the Hacktoberfest issues, I thought that it would be nice to give back (hint hintπŸ˜‰πŸ˜‰πŸ˜‰ something to think about when looking for an issue... hintπŸ˜‰) to that repo. I quickly gave up everything I was doing and went to check it out to see if it is even active and if it has any open issues I could work on. To my surprise, no one except the author has ever contributed to that before, so I am now officially one of the first contributors there.πŸ˜‹
  • Contributing to badge-generator
    2 projects | dev.to | 31 Oct 2021
    After browsing for a while, I found MichaelCurrin's project, badge-generator. The project is a simple interface for simplifying the creation of badges, used in several open source projects to show things like the version number of the project, whether the project is currently building, etc. A badge usually looks like this:
  • First Time Participating in Hacktoberfest
    3 projects | dev.to | 25 Oct 2021
    I learned was that even if an issue seems small and something that you can handle, it doesn't mean you will not learn a lot out of it. During the process, I learned about a handy open source repo that helps to generate badges to make README files look prettier. And a cool tool that has all the emojis you need for your frontend.
  • React and Vue apps - with and without Node
    10 projects | dev.to | 8 Apr 2021
  • 2020 in review
    2 projects | dev.to | 31 Dec 2020
    badge-generator

yassgy

Posts with mentions or reviews of yassgy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-20.
  • Publishing yassgy to crates.io
    1 project | dev.to | 29 Nov 2021
    This time, I would like to talk about publishing yassgy to crates.io, and the process I went through, in the case there is a fellow developer who is going to publish their application.
  • First Exposion to Rust in Yassgy
    1 project | dev.to | 20 Nov 2021
    In Rust, there is a similar mechanism, however, there is a slight difference and that is in the fact that it is built-in. All integration tests found in the tests folder can access the application code to test it, if the application code is found in the lib crate. This was the main issue. Before, yassgy had all of the code placed inside the binary crate, making it inaccessible for the tests.
  • Creating a CI pipeline for yassgy
    3 projects | dev.to | 20 Nov 2021
    For this week, I set up a CI pipeline for yassgy with GitHub Actions. I also contributed to glazed-donut, by creating a few test cases.
  • Contributing to badge-generator
    2 projects | dev.to | 31 Oct 2021
  • A lil' rusty
    1 project | dev.to | 8 Oct 2021
    I learned enough Rust to add a feature!!
  • Parallel development and solving timeline conflicts
    1 project | dev.to | 1 Oct 2021
    However, how good is this branching feature? This is what I decided to learn when working on my static site generator, yassgy, by implementing two features on different branches, parallel from each other.
  • Participating in Open Source
    2 projects | dev.to | 18 Sep 2021
    This small assignment was being worked on simultaneously with the 0.1 release of our SSG tool. The assignment, in basic terms, asked us to let somebody review our code and file issues or PRs to the repo, and we should also do the same with that person's project, also hosted on GitHub.
  • Yassgy, release 0.1!
    1 project | dev.to | 17 Sep 2021
    I am proud to announce the release of Yassgy, version 0.1!

What are some alternatives?

When comparing badge-generator and yassgy you can also consider the following projects:

kaggle-badge - Add dynamically generated Kaggle Tier & Medals on your readme.

glazed-donut - Static Site Generator (generates full static HTML website given text files)

telescope - A tool for tracking blogs in orbit around Seneca's open source involvement

OSD_SSG - Static site generation tool

react-frontend-quickstart - Starter template using React on a website's frontend - without Node

starter-workflows - Accelerating new GitHub Actions workflows

node-project-template - Template for creating Node.js projects including docs and a deploy pipeline

vue-frontend-quickstart - Starter template for a Vue 3 site - without Node or a build step

documentalist - :memo: A sort-of-static site generator optimized for living documentation of software projects

Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

vue-js-quickstart - Starter template for a Vue 2 project - including docs and CI deploy to GH Pages [Moved to: https://github.com/MichaelCurrin/vue-quickstart]

vue-quickstart - Starter template for a Vue 2 site - including docs and CI deploy to GH Pages