Skip to content

warpwm/devpilot

Repository files navigation

devpilot

devpilot is your ultimate tool for managing development workflows and projects with ease. devpilot simplifies project management, task tracking, and workflow automation. It is designed to help manage workflows locally and remotely, with seamless integration with development tools.

Features

  • Management: Create, manage, and organize your projects effortlessly.
  • Tracking: Keep track of tasks and milestones with an intuitive interface.
  • Automation: Automate repetitive tasks to save time and increase productivity.
  • Integration: Seamlessly integrate with popular development tools and platforms.
  • Hostnames: Manage your hostnames and domains with ease.

Getting Started

Prerequisites

  • Ensure you have Rust installed.
  • Install Git for version control.

Installation

  1. Clone the repository:
    git clone https://github.com/bresilla/devpilot.git
  2. Navigate to the project directory:
    cd devpilot
  3. Build the project:
    cargo build

Usage

Run the development server:

cargo run --help

or

dp --help

Contributing

We welcome contributions from the community:

  1. Create your feature branch:
    git checkout -b feature/feature-name
  2. Commit your changes:
    git commit -am 'Add some feature'
  3. Merge your changes:
    git checkout develop
    git merge feature/feature-name
  4. Push to the branch:
    git push origin feature/feature-name

License

This project is licensed under the MIT License. See the LICENSE file for details.