Skip to content

GloryWong/proyecto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

141 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub License GitHub commit activity GitHub Actions Workflow Status GitHub Release GitHub Release Date GitHub Issues or Pull Requests GitHub watchers GitHub forks GitHub Repo stars NPM Version NPM Type Definitions NPM Downloads

Proyecto

Proyecto is a lightweight CLI tool for managing local projects.

Install

Homebrew

Install with Homebrew CLI:

brew tap GloryWong/homebrew-tap
brew install proyecto

Update:

brew update
brew upgrade proyecto

NPM

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

Usage

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_PROGRAM environment 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.

About

A light-weight CLI to manage local projects

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors