Commit 1a758d0
committed
feat: add TypeScript configuration and validation script for examples
- Created tsconfig.json for TypeScript compilation settings in examples/features.
- Added validate-example.ts script to validate TypeScript examples for type-checking, imports, naming conventions, and documentation.
- Implemented file scanning and validation logic with detailed reporting.
docs: add CLI usage example and project structure documentation
- Added README.md for guide-cli example, detailing CLI usage, debugging in VS Code, and project structure.
- Included instructions for using launch configuration in VS Code.
feat: implement ObjectStack configuration for CLI usage example
- Created objectstack.config.ts for guide-cli example, defining the Project object and integrating plugins.
- Added package.json with scripts for development, serving, and building the project.
feat: add advanced CRM plugin example with comprehensive manifest
- Created README.md for plugin-crm example, outlining key features, naming conventions, and usage instructions.
- Implemented objectstack.config.ts for the CRM plugin, defining protocols, services, dependencies, and extension points.
- Added package.json for the CRM plugin with necessary dependencies and scripts.1 parent 1e729af commit 1a758d0
89 files changed
Lines changed: 56 additions & 283 deletions
File tree
- examples
- app-crm
- src
- domains/crm
- server
- ui
- app-host
- metadata/objects
- public
- src
- app-react-crud
- src
- components
- mocks
- app-todo
- src
- domains/todo
- features
- qa
- guide-cli
- src
- plugin-advanced-analytics
- plugin-crm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments