UNPKG

constatic

Version:

Constatic is a CLI for creating and managing modern TypeScript projects, providing an organized structure and features that streamline development.

30 lines (26 loc) 343 B
# Essential structure # - /src # - /.env # - /.discloudignore # - /discloud.config # - /package.json # - /tsconfig.json # Ignored structure # Folders /.vscode /deprecated /discloud /node_modules /build # Files /.env.development /.env.dev /.env.example /.eslintrc.json /.gitignore /README.md # Extensions *.md *.zip *.exe *.development.json