Crates.io | pandas-cli |
lib.rs | pandas-cli |
version | 1.0.0 |
source | src |
created_at | 2024-05-21 22:01:10.114108 |
updated_at | 2024-05-24 16:08:06.193676 |
description | PandasCLI is a command-line tool for quickly generating and managing Rust projects with PandasAPI structure. It helps you set up new projects, generate modules, and streamline your development workflow with ease. |
homepage | https://github.com/PandasRS/pandas-cli |
repository | https://github.com/PandasRS/pandas-cli |
max_upload_size | |
id | 1247250 |
size | 33,304 |
PandasCLI is a command-line tool designed to help developers quickly generate and manage Rust projects using the PandasAPI structure. It streamlines the setup of new projects, module creation, and other essential tasks to boost your productivity.
To install PandasCLI, ensure you have Rust and Cargo installed on your system, then run:
cargo install pandas-cli
To create a new PandasAPI project, run:
pandas-cli new project-name
This command sets up a new project with the specified name, including all necessary directories and files.
To generate a new module within your PandasAPI project, run:
pandas-cli generate module module-name
This command creates a new module with the specified name, including controller, service, DTO, schema, and repository files.
Here's how you can use PandasCLI to create a new project and generate a module:
# Create a new project
pandas-cli new my-awesome-api
# Navigate to the project directory
cd my-awesome-api
# Generate a new module
pandas-cli generate module users
PandasCLI is licensed under the MIT License. See the LICENSE file for more details.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request on the GitHub repository.
For any inquiries, please reach out to Marcus Gomes at viniciusllgomes@gmail.com.