Skip to content

Commit

Permalink
rename once again
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Schäfer committed May 22, 2018
1 parent d468e0b commit b83a801
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
## Install

```bash
$ npm install -g lget
$ npm install -g aget
```

## Usage

```bash
$ lget
$ aget

Usage: lget <options> [url]
Usage: aget <options> [url]

Options:

Expand Down
2 changes: 2 additions & 0 deletions bin/aget.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
require('../lib/aget');
2 changes: 0 additions & 2 deletions bin/lget.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/lget.js → lib/aget.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const downloader = require('./downloader');

program
.version(pkg.version)
.name('lget')
.name('aget')
.usage('<options> [url]')
.option('-f, --file', 'file to download to')
.parse(process.argv);
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "lget",
"name": "aget",
"version": "1.0.1",
"description": "Simple Command line wget-alternative",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"Node",
"HTTP"
],
"bin": "./bin/lget.js",
"bin": "./bin/aget.js",
"author": "Laurelianae <[email protected]>",
"license": "MIT",
"devDependencies": {
Expand All @@ -29,5 +29,5 @@
"request": "^2.87.0",
"request-progress": "^3.0.0"
},
"repository": "github:soundofdarkness/lget"
"repository": "github:soundofdarkness/aget"
}

0 comments on commit b83a801

Please sign in to comment.