1.3.7 • Published 6 months ago

epr-cli v1.3.7

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

EPR CLI (Eme Projects CLI)

EPR CLI is a powerful command-line tool designed to streamline your development workflow by managing and organizing your projects and repositories efficiently.

🌟 Features

  • 🛠 Configure your development environment
  • 📂 Organize projects with namespaces and repositories
  • 🚀 Quickly open projects and repositories
  • 🔗 Clone repositories from GitHub
  • 🆕 Create new projects from templates

🚀 Getting Started

Installation

npm install -g epr-cli

Configuration

Before using EPR CLI, configure your settings:

epr config

This will prompt you to set up your base path and preferred code editor.

📚 Commands

Open a Project or Repository

epr open [projectName]

If projectName is provided, it will list repositories within that project. Otherwise, it will list all projects.

Open a Specific Repository

epr open:repo [projectName] [repositoryName]

Opens a specific repository in your configured editor.

Cline a Repository

epr clone [repoUrl]

Clones a repository from GitHub into your configured project structure.

Create a New App

epr create app

Initiates a interactive process to create a new application based on available templates.

🎨 Customization

You can customize default repositories for a project by creating an epr.yml file in the project's namespace folder:

defaultRepositories:
  - "repositoryName"

With this configuration, running epr open [namespace] will automatically open then specified repositories.

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page

📝 License

This project is MIT licensed.


Made with ❤️ by the e-me team

1.3.7

6 months ago

1.3.6

8 months ago

1.3.5

8 months ago

1.3.4

9 months ago

1.3.3

9 months ago

1.3.2

9 months ago

1.3.1

9 months ago

1.3.0

9 months ago

1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago