A tool to quickly start, build, and manage your projects from the command line. Add new projects easily and run them with just one command.
- Manage your projects from one place.
- Run or build projects with just a few keystrokes.
- Add new projects with custom commands easily.
- Simple and clean command-line interface with colored output.
- Clone the repository:
git clone https://github.com/dhruvlathia/project-pilot.git
- Move the
project-pilot.bat
file to a directory of your choice (e.g.,C:\ProjectPilot
). - Add the directory to the system
PATH
variable:- Go to System Properties → Advanced → Environment Variables.
- Under System variables, find Path, and click Edit.
- Add your directory path (e.g.,
C:\ProjectPilot
). - Click OK to save changes.
Open Command Prompt and type:
project-pilot
Follow the on-screen instructions to:
- Add a new project.
- Run or build an existing project.
- Exit the launcher.
Adding a new project:
Hello Zade, Which Project?
--------------------------
1. Add New
X. Exit
--------------------------
Select The Project: 1
Enter project name: MyApp
Enter project path: D:\Projects\MyApp
Enter run command: npm start
Enter build command: npm run build
Running or building a project:
Select The Project: 2
Run or Build? (R/B): R
Feel free to open issues and submit pull requests to improve this tool. Contributions are welcome!
Made with ❤️ by Dhruv Lathia
This project is licensed under the MIT License - see the LICENSE file for details.