Proyecto is a lightweight CLI tool for managing local projects.
Install with Homebrew CLI:
brew tap GloryWong/homebrew-tap
brew install proyectoUpdate:
brew update
brew upgrade proyectoNPM package proyecto relies on the Bun runtime. Please ensure that you have Bun installed before proceeding.
Install Proyecto globally using Bun:
bun add -g proyecto-cliTo get started, run:
proyecto --helpHelp output:
Proyecto - A Local Project Manager
Proyecto helps you manage your project directories effortlessly without interfering with their contents.
Usage:
proyecto [command] [options]
Options:
-h, --help Show this help message
-v, --version Show the current version
Commands:
open <name> Open an existing project in the editor
create <name> Create a new, empty project
-o, --open Automatically open the project in the editor after creation
--no-git Skip Git repository initialization
clone <url> Clone a GitHub repository to create a new project (GitHub web URLs or `user-name/repo-name`)
-o, --open Automatically open the project in the editor after cloning
delete <name> Delete an existing project
When open a project, it automatically detects the editor to use via the
$EDITOR,$VISUAL, or$TERM_PROGRAMenvironment variables. If none of these are set, the system's default editor will be used.
Contributions are welcome! If you have ideas, bug fixes, or improvements, please Open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for more details.