PHPackages                             esteban/yeapf2-tools - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. esteban/yeapf2-tools

ActiveLibrary[CLI &amp; Console](/categories/cli)

esteban/yeapf2-tools
====================

YeAPF2 command line tools

00Shell

Since Aug 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/EDortta/yeapf2-tools)[ Packagist](https://packagist.org/packages/esteban/yeapf2-tools)[ RSS](/packages/esteban-yeapf2-tools/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Explanation
===========

[](#explanation)

This project is intended to be used at command line to create and manipulate a YeAPF2 project. Whe present here two opctions: Install of this package or install an specific project.

A. Installation this package
----------------------------

[](#a-installation-this-package)

1. Install this package globally

    ```
    composer global require esteban/yeapf2-tools
    ```
2. You can find the composer path using this command:

    ```
    composer global config bin-dir --absolute
    ```

    This path will be used later in third point

    Or use just the `$HOME/.composer/vendor/bin`.
3. Change your PATH variable

    In MacOS you can do `nano ~/.bash_profile` if using bash or `nano ~/.zshrc`

    In Linux you can do `nano ~/.bashrc`

    Add aline as this:

    ```
    export PATH="$PATH:$HOME/.composer/vendor/bin"
    ```

### B. Installing a project alone

[](#b-installing-a-project-alone)

Go to the folder of your project and run this command: This will install `y2-classic-example` project in `www` folder of your project.

```
 bash
