-
Notifications
You must be signed in to change notification settings - Fork 1
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
shakeelmohamed
merged 6 commits into
zen-audio-player:master
from
tgrecojs:update-readme
Feb 24, 2016
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
1020b89
updated readme.md file
011c4a6
removed all npm related info && changed demo to glitchmob youtube url
cf26327
added license info + badges to travis, glitter, github stats
730d013
split shell code from using double ampersands to a seperate line.... …
fd35fe1
Added correct links to github stats and travis CI
5992d10
Added correct travis CI badge with SVG + Created usage section
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# zap-cli | ||
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://api.travis-ci.org/zen-audio-player/zap-cli.svg?branch=master)](https://travis-ci.org/zen-audio-player/zap-cli) | ||
[![GitHub Stats](https://img.shields.io/badge/github-stats-ff5500.svg)](http://githubstats.com/zen-audio-player/zap-cli) | ||
|
||
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). | ||
|
||
## Usage | ||
To use the zap-cli command-line tool, clone the repository and run a global npm install inside of it. | ||
|
||
```shell | ||
git clone https://github.com/zen-audio-player/zap-cli | ||
cd zap-cli | ||
npm install -g | ||
``` | ||
|
||
Once done, you will then have access to the `zap` command globally throughout your computer. Below, you can see the zap-cli in action. | ||
|
||
![Zap command line tool Example](http://recordit.co/RnfhYEq1Hp.gif) | ||
|
||
|
||
## License | ||
|
||
zap-cli is licensed under the MIT license. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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
Please manually verify the steps (ie: delete any local clones and start from scratch to make sure the steps work).