Skip to content

Commit

Permalink
Rename clippy-native to clippy-say
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed May 7, 2018
1 parent 5bc53d6 commit e43a0c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# clippy-native
# clippy-say

Bring back Clippy and his friends to your operating system of choice.

![Preview](.github/preview.png)

## Install

You need to install [NodeJS 8.x.x](https://nodejs.org/en/), in order to install `clippy-native` using the node package manager ([npm](https://docs.npmjs.com/getting-started/what-is-npm)).
You need to install [NodeJS 8.x.x](https://nodejs.org/en/), in order to install `clippy-say` using the node package manager ([npm](https://docs.npmjs.com/getting-started/what-is-npm)).

```bash
npm install -g electron --unsafe-perm=true --allow-root
npm install -g clippy-native
npm install -g clippy-say
```
## Usage

After the [installation](#install), `clippy-native` can be used as described.
After the [installation](#install), `clippy-say` can be used as described.

```bash

# Run clippy
clippy-native
clippy-say

# Run Merlin and let him speak "Hello World"
# Possible characters: "Clippy", "Merlin", "Rover" and "Links"
clippy-native Merlin --speak "Hello World"
clippy-say Merlin --speak "Hello World"

```

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "clippy-native",
"version": "0.0.4",
"name": "clippy-say",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node cli.js"
},
"bin": {
"clippy-native": "./cli.js"
"clippy-say": "./cli.js"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit e43a0c9

Please sign in to comment.