File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22
3+ // Goatee - CLI
4+ // Code only web framework
5+ // Description:
6+ // A code-only, logic-driven web framework that lets you build static HTML websites using pure JavaScript.
7+ // No templates, no magic—just structured layout through class-based elements and straightforward rendering.
8+
9+ // Imports
310import fs from "fs" ;
411import path from "path" ;
512import { Goatee } from "@codegoatx/goatee" ;
Original file line number Diff line number Diff line change 11// Goatee
22// Code only web framework
3+ // Description:
4+ // A code-only, logic-driven web framework that lets you build static HTML websites using pure JavaScript.
5+ // No templates, no magic—just structured layout through class-based elements and straightforward rendering.
36
47// Imports
58import fs from "fs" ;
You can’t perform that action at this time.
0 commit comments