Download the PHP package h-wang/code-space without Composer
On this page you can find all versions of the php package h-wang/code-space. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download h-wang/code-space
More information about h-wang/code-space
Files in h-wang/code-space
Package code-space
Short Description Managing your code - projects and repositories
License MIT
Homepage https://github.com/h-wang/code-space
Informations about the package code-space
CodeSpace
Manages your local development projects and code repositories.
When developing projects, especially micro-services, we often end up with hundres of code repositories on our dev machines. CodeSpace helps to manage these repositories and do batch operations on them easily. You can use it as a stand-alone tool. There is no need to integrate into any project.
CodeSpace is inspired by the LinkORB Projex and Hotel.
Features
Project scanner
Recursively scans the giving directory to find projects/repositories.
Scan the code repositories and show output to the console bin/codespace scan [--path=~/git]
Export projects
- Export to HTML
bin/codespace export:html /path/to/the/target.html [--path=~/git]
- Export to CSV
bin/codespace export:csv /path/to/the/target.csv [--path=~/git]
Auto-Generate web-server config files
With the export feature, we can easily generate Nginx server configuration files for multiple projects. It automatically detects your OS and figure out where to put the configuration files and log files; automatically detects the type of project and point to the correct web directory.
* At the moment, for OS support, only MacOS with Homebrew and Linux are supported. Only Symfony 3 and 4 projects are supported. Contributions needed.
Do git fetch on all projects
When the --pull
option is used, the git pull
command is executed instead of the git fetch
command.
Auto-update your favorite IDE's project manager
Scan the repositories and make them available to your IDE's project manager plugins. Now Atom and VSCode are supported. The project managers are:
https://atom.io/packages/project-manager
https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager
Commands:
Without specifying the --ide=
option, both Atom and VSCode are updated.
Installation:
Use the source code:
Use the phar:
Use
Base command:
You can view all available commands by running the base command.
License
Please refer to the included LICENSE.md file