izyum VS SSGo

Compare izyum vs SSGo and see what are their differences.

izyum

Fast and nice SSG written with typescript and node.js (by Myrfion)

SSGo

A simple Static Site Generator (SSG) built using Go language. Generates HTML from text files and directories! (by devils2ndself)
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
izyum SSGo
11 12
0 3
- -
0.0 10.0
over 1 year ago over 1 year ago
TypeScript Go
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.

izyum

Posts with mentions or reviews of izyum. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • Making sure Izyum is always fresh
    1 project | dev.to | 24 Nov 2022
    This week we worked on integrating CI into our open-source projects. It is not the first time for me to work with CI and pipelines in general, but I find it very satisfying to put my project on some pipeline every time. These kinds of automations sometimes feel like magic to me.
  • Continuous Integration and Go
    2 projects | dev.to | 16 Nov 2022
    Repo I picked for adding unit tests is izyum, which is another SSG written in Node.js and TypeScript.
  • Making sure izyum is fresh
    3 projects | dev.to | 14 Nov 2022
    This week's objective was to set up a unit test environment for izyum and write some unit tests in order to cover core functionality.
  • Improving Izyum development experience
    3 projects | dev.to | 10 Nov 2022
    The first thing I added was a CONTRIBUTING.md file where I located all info that I used to have in readme.md file about how to install the tool for development setup.
  • Made Markdown parsing great again
    3 projects | dev.to | 6 Nov 2022
    First of all, I created the issue for izyum where I briefly described what I want to do and how I am going to achieve it. After that, I made an implementation and created PR, which approved myself :)
  • Izyum refactoring
    1 project | dev.to | 15 Oct 2022
    Izyum has a lot of space for improvement in terms of code refactoring. The first and most obvious thing was the fact that all code was contained in a single index.ts file, which is a really bad practice. The combination of facts that it is a school project with deadlines and sometimes I can be pretty bad in terms of time management made the codebase to be a mess.
  • Some new features for Izyum
    1 project | dev.to | 7 Oct 2022
    Hi! Thanks for checking in. This week I worked on adding a new feature to another Static Site Generator Izyum. It is written in TypeScript and CLI apps in TypeScript is something new for me, so let me tell you how it went.
  • Performing merges in Izyum
    1 project | dev.to | 2 Oct 2022
    This week's task was to implement two features for the existing product, for me it is izyum, which is my ssg tool.
  • Working On My First Pull Request
    1 project | dev.to | 25 Sep 2022
    Last week I was presented with the opportunity to contribute to Izyum, a static site generator tool that creates an HTML file for each .txt file provided. Since the application had no existing support for processing markdown files, I began by filing an issue for it.
  • Siteit can turn your .txt files into .html
    3 projects | dev.to | 17 Sep 2022
    Later,Tymur connected with me via Slack DM to test his SSG tool Izyum. This SSG is created using Typescript and NodeJS.

SSGo

Posts with mentions or reviews of SSGo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • Continuous Integration and Go
    2 projects | dev.to | 16 Nov 2022
    Hey there! Thanks for coming by. Today, I want to tell you how I created a Continuous Integration workflow for SSGo using GitHub Actions, as well as how I created some tests for a different Open Source repo. Maybe you'll find something useful, too!
  • Unit testing in Go
    1 project | dev.to | 10 Nov 2022
    It was also important to document everything for coming developers, so I mentioned everything in CONTRIBUTING.md. Come check it out if you want :)
  • Formatting and linting in Go 📜
    1 project | dev.to | 3 Nov 2022
    Hey there! Thanks for checking in again! This week, I've been trying to set up formatting and linting for my SSGo project. Maybe you'll get some valuable information from my experience!
  • Refactoring SSGo: letting old code go is kinda sad
    2 projects | dev.to | 26 Oct 2022
    I initially wanted SSGo to have full Markdown support, but when I was trying out Docusaurus I decided to use a ready-made package called gomarkdown for parsing.
  • SSGo 0.4 and git rebase
    1 project | dev.to | 11 Oct 2022
    Hey! Thanks for coming by. Today, I worked on refactoring the code for SSGo a bit, and eventually added a couple features that are making the 0.4 pre-release.
  • OSD600 Lab 4
    1 project | dev.to | 6 Oct 2022
    This week I worked with devils2ndself again, this time on his SSG project which was created using Go. This was my first time working with source code written in Go, but it was relatively simple with my prior knowledge of C++. I forked and created a new branch to make my changes to. Then, when I completed my changes I created a pull request (#13) and asked the owner to review my code and shortly after my changed were merged (de7d8773).
  • SSGo 0.3 and notorious git merges
    1 project | dev.to | 28 Sep 2022
    SSGo is at release 0.3, which means some additional Markdown features!
  • 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.
  • SSGo 0.1.1
    1 project | dev.to | 20 Sep 2022
    New minor patch for SSGo - a Static Site Generator built with Go!
  • SSGo - a Static Site Generator built with Go
    1 project | dev.to | 17 Sep 2022
    Yeah... I know, the name isn't that creative, but this is actually a new project I just published on GitHub! Come check it out at https://github.com/devils2ndself/SSGo

What are some alternatives?

When comparing izyum and SSGo you can also consider the following projects:

siteit - Easy-to-use Static Site Generator that can turn `.txt` files into HTML.

markdown - markdown parser and HTML renderer for Go

jest - Delightful JavaScript Testing.

ESLint - Find and fix problems in your JavaScript code.

prettier - Prettier is an opinionated code formatter.

marked - A markdown parser and compiler. Built for speed.

Docusaurus - Easy to maintain open source documentation websites.

staticSiteCon - This takes one or more txt files and convert them into static html web pages.

mocha - ☕️ simple, flexible, fun javascript test framework for node.js & the browser