I made a set of devtools for small projects

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. zumerbox

    Ready-to-use small set of development tools

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. svelte-adders

    Discontinued Easily add integrations and other functionality to Svelte(kit) apps

    Perhaps your tool can steal some inspiration from the following:

    - svelte-add is a similar tool for Svelte(Kit) projects: https://github.com/svelte-add/svelte-add

    - svelte-add was originally based on a more generic tool: https://preset.dev

    - I actually find `npm create svelte@latest` sufficient most of the time. It's like a starter project with presets for most best practices.

  4. commit-and-tag-version

    Fork of the excellent standard-version. Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org :trophy:

    Nice set of tools. I like the simplicity.

    I get a DeprecationWarning when running the changelog tool due to a known issue with auto-changelog.

    Made me curious... what are the latest recommendations from node folks for changelog generators?

    When researching, I came across this one https://github.com/absolute-version/commit-and-tag-version

  5. changesets

    🦋 A way to manage your versioning and changelogs with a focus on monorepos

    In my circles, this is the go-to for release automation / changelogs: https://github.com/changesets/changesets

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Creating a scalable Monorepo for Vue - Intro

    3 projects | dev.to | 14 Jan 2025
  • The Hunt for the Perfect Svelte Charting Library: A Happy Ending!

    2 projects | dev.to | 10 Sep 2024
  • Git-cliff – Generate changelog from the Git history

    11 projects | news.ycombinator.com | 27 Jun 2024
  • What happens when an HTTP client raises $225M at a $5.6B valuation

    2 projects | news.ycombinator.com | 14 Mar 2024
  • Using semantic-release to automate releases and changelogs

    9 projects | dev.to | 25 Jan 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?