Fix: no longer overrides readme, package.json and gitignore but instead merges and/or adds to them if they already exist. Also bins the app into its own package. Can now call all functions using task-master instead of calling the dev.js script directly. Also adjusts readme and cursor rule to know about this.

This commit is contained in:
Eyal Toledano
2025-03-22 15:52:22 -04:00
parent dceb5ef190
commit f003fe8b52
33 changed files with 4345 additions and 224 deletions

12
.gitignore vendored
View File

@@ -21,12 +21,6 @@ lerna-debug.log*
coverage
*.lcov
# nyc test coverage
.nyc_output
# Compiled binary addons
build/Release
# Optional npm cache directory
.npm
@@ -61,8 +55,4 @@ dist
# Debug files
*.debug
init-debug.log
dev-debug.log
# Project specific
tasks.json
tasks/
dev-debug.log