@raven-js/hatch
Version:
Zero-dependency app bootstrapping and tutorial CLI for modern JavaScript
17 lines (13 loc) • 338 B
JavaScript
#!/usr/bin/env node
/**
* @author Anonyfox <max@anonyfox.com>
* @license MIT
* @see {@link https://github.com/Anonyfox/ravenjs}
* @see {@link https://ravenjs.dev}
* @see {@link https://anonyfox.com}
*/
/**
* @file CLI entry point for Hatch bootstrapping tool
*/
console.log("Hatch CLI - Not implemented yet");
process.exit(1);