MCPcopy Create free account
hub / github.com/anus-dev/ANUS / run

Function run

scripts/version.js:14–17  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

12// A script to handle versioning and ensure all related changes are in a single, atomic commit.
13
14function run(command) {
15 console.log(`> ${command}`);
16 execSync(command, { stdio: 'inherit' });
17}
18
19function readJson(filePath) {
20 return JSON.parse(readFileSync(filePath, 'utf-8'));

Callers 1

version.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected