Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dmstern/npmfrog
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 18, 2018
2 parents b123af5 + 627f4e7 commit c2916a5
Show file tree
Hide file tree
Showing 26 changed files with 512 additions and 208 deletions.
3 changes: 2 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"group": {
"kind": "build",
"isDefault": true
}
},
"problemMatcher": []
},
{
"type": "npm",
Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,25 @@ The latter lacks of a good UI for web devlopers, so npmFrog will present you the

It's free and open source.

![Screenshot](art/screenshot-list.png)

![Screenshot](art/screenshot-search.png)

![Screenshot](art/screenshot-detail.png)

![Screenshot](art/screenshot-crafter.png)

![Screenshot](art/screenshot-scripts.png)

![Screenshot](art/screenshot-files.png)

## Installation

```bash
npm i -g npmfrog
```

Duplicate the file `.SAMPLE.npmfrogrc.json` and rename it to `.npmfrogrc.json` (you either leave it in the project directory or put it in your home directory).
Duplicate the file `.SAMPLE.npmfrogrc.json` and rename it to `.npmfrogrc.json` (either leave it in the project directory or put it in your home directory).

## Usage

Expand Down
Binary file added art/screenshot-crafter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/screenshot-detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/screenshot-files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/screenshot-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/screenshot-scripts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/screenshot-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c2916a5

Please sign in to comment.