Skip to content

Commit b859f4e

Browse files
committed
feat: remove project and task modules, including permissions, validation, and data files
- Deleted project and task object definitions, permissions, validation rules, and sample data files. - Removed TypeScript type definitions for projects and tasks. - Cleaned up related TypeScript configuration files. - Introduced a new package for scaffolding ObjectQL projects with a command-line interface. - Added templates for creating new ObjectQL applications. - Implemented a command to initialize a new project with user-defined templates.
1 parent 843fc62 commit b859f4e

39 files changed

+195
-4801
lines changed

packages/tools/cli/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
dist
3+
templates
4+
*.tsbuildinfo

0 commit comments

Comments
 (0)