GeistHaus
log in · sign up

GitHub - vercel/pkg: Package your Node.js project into an executable

github.com

Package your Node.js project into an executable. Contribute to vercel/pkg development by creating an account on GitHub.

11 pages link to this URL
Documentation

Access localhost from anywhere!

1 inbound link website en
Designing santa-lang, a language for solving Advent of Code puzzles

Over the past several years, I have been slowly working my way through the previous Advent of Code calendars. For each calendar, I opt to solve the puzzles in a new programming language to familiarise myself with other ways of understanding and working. However, there comes a time in each calendar when I grow to dislike some aspect of the language. So I had an idea… why not give this whole programming language design a go? That way, if I grow to dislike the language, I only have myself to blame!

0 inbound links article en posts TypescriptSanta-LangAdvent-of-Code
Creating ESM-based shell scripts for Unix and Windows with Node.js

In this blog post, we learn how to implement shell scripts via Node.js ESM modules. There are two common ways of doing so: We can write a stand-alone script and install it ourselves. We can put our script in an npm package and use a package manager to install it. That also gives us the option to publish the package to the npm registry so that others can install it, too.

JavaScript

The ECMA - 262 Standard, ratified after Netscape and Microsoft (mostly) agreed to make JavaScript and JScript interoperable.

0 inbound links article en languagesprogrammingresourcesscripting CC BY-NC-ND 4.0