Based on our record, npm should be more popular than Jsonnet. It has been mentiond 68 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
> But we still don't have a solution to search projects on potentially thousands of servers, including self-hosted ones. We do. https://mvnrepository.com/repos/central https://npmjs.com https://packagist.org/ https://pypi.org/ https://www.debian.org/distrib/packages#search_packages https://pkg.go.dev/ https://elpa.gnu.org/packages/ And many others. And we still have forums like this one and Reddit where... - Source: Hacker News / 27 days ago
A rather official looking message was sent to maintainers of packages hosted on npmjs.com that they were overdue for a two-factor update. - Source: dev.to / 25 days ago
Publishing packages to the official npmjs.com registry requires an account with a valid e-mail address. When npm packages are published, this information is openly and widely available to anyone to review. - Source: dev.to / 2 months ago
Check on NPM website: Visit https://npmjs.com/package/your-package-name. - Source: dev.to / 4 months ago
If your WASM code is self contained in Rust, you can build it in production mode and publish it on npmjs.com right now. The wasm-pack tool creates all the TypeScript types, package.json skeleton and anything else needed for a complete package. It is recommended that you review and update your package.json file prior to publishing. - Source: dev.to / 9 months ago
Https://jsonnet.org/ I never heard of this before. This seems like the JSON I wish I really had. Of course at some point you could just use JavaScript. - Source: Hacker News / 6 months ago
I've been reading the book Modern Compiler Implementation in ML lately. It's been helpful to brush up on some concepts while developing Tsonnet (my typed-aspiring Jsonnet flavor) and I hope to learn a ton more. However, I'm growing dissatisfied with some details -- not specifically the book, but the choice of the development environment. - Source: dev.to / 6 months ago
For the past 2 years, I've been working extensively with Jsonnet, a configuration language that augments JSON and helps eliminate repetition in our config files. It has its limits (many by design), which keeps the language simple to use. But there's one thing that keeps nagging at me when I'm deep in the code: what's the shape of the input or output of this function? And wouldn't it be great if we could type... - Source: dev.to / 8 months ago
Jsonnet: Use --jsonnet (-j) for advanced, programmatically controlled renaming logic. - Source: dev.to / 9 months ago
Kubernetes does not provide or require a configuration language like Jsonnet, as it provides a declarative API that can be used with different types of declarative specifications. - Source: dev.to / about 1 year ago
Ender - Frontend Development
Dhall Configuration Language - A non-repetitive alternative to YAML
Yarn - Yarn is a package manager for your code.
YAML - YAML 1.2 --- YAML: YAML Ain't Markup Language
Webpack - Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
TOML - TOML - Tom's Obvious, Minimal Language