Sequelize GUI
A Visual Studio Code extension that provides a graphical user interface for running Sequelize CLI commands.
Features
- Execute common Sequelize CLI commands with ease.
- Search for commands.
- View command descriptions.
- Execute commands in a specific folder.
- Toggle between light and dark themes.
- Generate models with attributes.
Installation
- Clone the repository:
git clone https://github.com/ntkhang03/sequelize-gui.git
- Navigate to the project directory:
cd sequelize-gui
- Install the dependencies:
npm install
- Open the project in Visual Studio Code:
code .
- Press
F5 to open a new VS Code window with the extension loaded.
- Open the command palette (
Ctrl+Shift+P or Cmd+Shift+P on macOS).
- Run the command
Sequelize GUI: Open .
- Package the extension:
npm run package
Usage
Method 1: Command Palette
- Open the command palette (
Ctrl+Shift+P or Cmd+Shift+P on macOS).
- Run the command
Sequelize GUI: Open .
- Use the GUI to execute Sequelize commands.
Method 2: Activity Bar
- Open the activity bar.
- Click on the Sequelize GUI icon.
- Use the GUI to execute Sequelize commands.
Screenshots

Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
| |