
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
proyecto-cli
Advanced tools
Proyecto is a lightweight CLI tool for managing local projects.
Install with Homebrew CLI:
brew tap GloryWong/homebrew-tap
brew install proyecto
Update:
brew update
brew upgrade proyecto
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-cli
To get started, run:
proyecto --help
Help 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.
FAQs
Proyecto is a lightweight CLI tool for managing local projects
We found that proyecto-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.