Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 1 addition & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ npm run clean

# Lint the code
npm run lint

```

## Commands
Expand All @@ -46,31 +47,3 @@ npm run lint
### Project

- `base44 show-project` - Display project configuration, entities, and functions

## Project Structure

```
cli/
├── src/
│ ├── core/ # Core module (shared code)
│ │ ├── api/ # API client code
│ │ ├── config/ # Configuration management
│ │ ├── errors/ # Custom error classes
│ │ ├── schemas/ # Zod schemas
│ │ ├── utils/ # Utility functions
│ │ └── index.ts # Core module exports
│ └── cli/ # CLI module (main CLI)
│ ├── commands/ # Command implementations
│ │ ├── auth/ # Authentication commands
│ │ └── project/ # Project commands
│ ├── utils/ # CLI-specific utilities
│ └── index.ts # Main CLI entry point
├── dist/ # Build output (compiled JavaScript)
├── package.json # Package configuration
├── tsconfig.json # TypeScript configuration
└── README.md
```

## License

ISC