constatic
Version:
Constatic is a CLI for creating and managing modern TypeScript projects, providing an organized structure and features that streamline development.
31 lines (27 loc) • 388 B
Plain Text
# Essential structure
# - /build
# - /.env
# - /.discloudignore
# - /discloud.config
# - /package.json
# - /tsconfig.json
# Ignored structure
# Folders
/.vscode
/src
/deprecated
/discloud
/node_modules
# Files
/.env.development
/.env.dev
/.env.example
/.eslintrc.json
/.gitignore
/tsconfig.json
/README.md
# Extensions
*.md
*.zip
*.exe
*.development.json