UNPKG

@maquestiaux-foundry/stackcraft

Version:

A CLI tool to scaffold full-stack projects: folder structure, eUI frontend, ExpressJS backend, and SQL database setup.

19 lines (16 loc) 836 B
# ─────────────────────────────── # Enforce consistent line endings across all OSes # ─────────────────────────────── * text=auto eol=lf # ─────────────────────────────── # Common source files (force LF line endings) # ─────────────────────────────── *.ts text eol=lf *.js text eol=lf *.json text eol=lf *.yml text eol=lf *.yaml text eol=lf # ─────────────────────────────── # Lockfile consistency # ─────────────────────────────── package-lock.json text eol=lf