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

updated readme.md file #10

Merged
merged 6 commits into from
Feb 24, 2016

Conversation

tgrecojs
Copy link

No description provided.

A Node.js CLI command for searching for, or opening a YouTube video with Zen Audio Player.
A Node.js CLI tool for searching for, or opening a YouTube video with [Zen Audio Player](https://github.com/zen-audio-player/zen-audio-player.github.io). To use the zap-cli command-line tool, clone the repository and run a global npm install inside of it.

```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

append "shell" to this line to get syntax highlighting

@shakeelmohamed
Copy link
Member

Thanks for staring this! Overall great start, we can add in some formatting as I've commented on - I can do that work if you'd rather work on tests. The main thing I want in moving the npm installation/usage parts to their own PR, so we can merge them in just prior to release.

A Node.js CLI command for searching for, or opening a YouTube video with Zen Audio Player.

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/zen-audio-player/zen-audio-player.github.io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Build Status](https://travis-ci.org/zen-audio-player/zen-audio-player.github.io.svg?branch=master)](https://travis-ci.org/zen-audio-player/zen-audio-player.github.io)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update the link here

@shakeelmohamed
Copy link
Member

Great, almost there!

A Node.js CLI command for searching for, or opening a YouTube video with Zen Audio Player.

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/zen-audio-player/zen-audio-player.github.io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Build Status](https://travis-ci.org/zen-audio-player/zap-cli?branch=master)](https://travis-ci.org/zen-audio-player/zap-cli)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The first link here should be https://api.travis-ci.org/zen-audio-player/zap-cli.svg?branch=master, emphasis on the .svg which sets up the image link

```shell
git clone https://github.com/zen-audio-player/zap-cli
cd zap-cli
npm install -g
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be npm install -g .? Also, what about this project's dependencies, do they get pulled in automatically by that command?

If I were doing this explicitly, I would do

git clone https://github.com/zen-audio-player/zap-cli 
cd zap-cli
npm install 
npm install -g .

Please manually verify the steps (ie: delete any local clones and start from scratch to make sure the steps work).

@shakeelmohamed
Copy link
Member

ping @thomasjosephgreco

@tgrecojs
Copy link
Author

@shakeelmohamed just removed this from my computer and i found that the initial npm install isn't necessary. Below are the steps that installed it globally on my computer.

git clone https://github.com/zen-audio-player/zap-cli 
cd zap-cli
npm install -g 

shakeelmohamed added a commit that referenced this pull request Feb 24, 2016
@shakeelmohamed shakeelmohamed merged commit 4f81940 into zen-audio-player:master Feb 24, 2016
@shakeelmohamed
Copy link
Member

Thanks, we're all set here!

edit: made a fix to the travis CI badge, see dc575a1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants