proyecto-cli
v2.5.7
Published
Proyecto is a lightweight CLI tool for managing local projects
Maintainers
Readme
Proyecto
Proyecto is a lightweight CLI tool for managing local projects.
Install
Homebrew
Install with Homebrew CLI:
brew tap robertwang1001/homebrew-tap
brew install proyectoUpdate:
brew update
brew upgrade proyectoNPM
NPM 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-cliUsage
To 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 projectWhen 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.
Contributing
Contributions are welcome! If you have ideas, bug fixes, or improvements, please Open an issue or submit a pull request on the GitHub repository.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
