UNPKG

sammich.js

Version:

Too many JavaScript files? Put 'em in a sammich.

13 lines (10 loc) 389 B
#!/usr/bin/env node /* * Copyright (C) 2025 Ashei Juniperus - Available under the MPL 2.0 * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ const { writeFile } = require("node:fs/promises"); const Sammich = require("../src");