Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dsabre/findsymfonies

Nodejs cli that list all symfonies in a provided directory
https://github.com/dsabre/findsymfonies

command-line-tool javascript symfony

Last synced: about 1 month ago
JSON representation

Nodejs cli that list all symfonies in a provided directory

Awesome Lists containing this project

README

        

# findsymfonies
Nodejs cli that list all symfonies in a provided directory.

## Installation
```bash
git clone https://github.com/raniel86/findsymfonies.git
cd findsymfonies
npm i -g
```

## Usage
```bash
findsymfonies PATH [PHP_PATHS] [FORMAT]
```
- **PATH:** the parent path where the symfonies are stored in;
- **PHP_PATHS:** pass a list of you php executables separated by '|' (eg. "/usr/bin/php|/opt/remi/php56/root/usr/bin/php");
- **FORMAT:** table (default), pretty or json.