Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using growl with a CLI #59

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 17, 2016

  1. Using growl with a CLI

    ```
    growl --help
    ```
    
    When developing:
    
    ```
    node ./bin/growl.js --help
    ```
    
    ... or ...
    
    ```
    npm link
    growl --help
    ```
    johngeorgewright committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    f574116 View commit details
    Browse the repository at this point in the history
  2. Removing logging

    johngeorgewright committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    fa9bb6c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2016

  1. 🎨

    johngeorgewright committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    9eca24d View commit details
    Browse the repository at this point in the history
  2. Spacing

    johngeorgewright committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    e033c6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b16448 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b7d874 View commit details
    Browse the repository at this point in the history