Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dsabre/findsymfonies
- Owner: dsabre
- License: gpl-3.0
- Created: 2018-11-17T23:18:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:58:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T05:57:04.287Z (almost 2 years ago)
- Topics: command-line-tool, javascript, symfony
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.