garden VS pkg

Compare garden vs pkg and see what are their differences.

garden

Generate CSS with Clojure (by noprompt)

pkg

Package your Node.js project into an executable (by vercel)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
garden pkg
2 90
1,328 24,099
- -
4.2 6.3
2 months ago 3 months ago
Clojure JavaScript
- 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.

garden

Posts with mentions or reviews of garden. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-29.
  • What working with Tailwind CSS every day for 2 years looks like
    11 projects | news.ycombinator.com | 29 Nov 2022
    Thanks for the vanilla-extract recommendation, I'll be using this!

    In my case, tailwind was useful for providing a handy set of vocabularies for simple and common stylings. But once customizations start to pile on, we're back into SCSS. Using 2 systems at once meant additionally gluing them with the postcss toolchain, so effectively we have 3 preprocessors running for every style refresh.

    Looking in at TypeScript from the clojurescript ecosystem though, I'm still yet to see an equal to https://github.com/noprompt/garden or https://github.com/Jarzka/stylefy: single language, excellent composability, compile-time anonymous class names, inline styles... almost like they solved CSS (except for typing)

  • Clojure Single Codebase?
    7 projects | /r/Clojure | 14 Aug 2022
    I spent some time doing this ~3 years ago, so I don't know about now, but to my knowledge it was the only language where you could really use one language for everything: no HTML (via hiccup), no CSS (via garden), clojure/clojurescript everywhere, and no shell (via babashka).

pkg

Posts with mentions or reviews of pkg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-06.

What are some alternatives?

When comparing garden and pkg you can also consider the following projects:

nexe - πŸŽ‰ create a single executable out of your node.js apps

ncc - Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.

reverse-engineering - List of awesome reverse engineering resources

webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

bytenode - A minimalist bytecode compiler for Node.js

oclif - CLI for generating, building, and releasing oclif CLIs. Built by Salesforce.

parcel - The zero configuration build tool for the web. πŸ“¦πŸš€

Next.js - The React Framework

gulp - A toolkit to automate & enhance your workflow

deno - A modern runtime for JavaScript and TypeScript.

Rollup - Next-generation ES module bundler

InversifyJS - A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.