Skip to content

Commit

Permalink
Merge pull request #4 from goveo/development
Browse files Browse the repository at this point in the history
Rename package to explorer-opener
  • Loading branch information
goveo authored Jul 20, 2023
2 parents 0872697 + 58a6141 commit 40b1e7f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 39 deletions.
29 changes: 0 additions & 29 deletions CHANGELOG.md

This file was deleted.

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# open-explorer
# explorer-opener

📁 Open file explorer with Node.js

![npm-version](https://img.shields.io/npm/v/open-explorer)
![build-status-badge](https://img.shields.io/github/actions/workflow/status/goveo/open-explorer/release.yml?branch=master)
![install-size-badge](https://badgen.net/packagephobia/install/open-explorer)
[![codecov](https://codecov.io/gh/goveo/open-explorer/branch/master/graph/badge.svg)](https://codecov.io/gh/goveo/open-explorer)
![npm-version](https://img.shields.io/npm/v/explorer-opener)
![build-status-badge](https://img.shields.io/github/actions/workflow/status/goveo/explorer-opener/release.yml?branch=master)
![install-size-badge](https://badgen.net/packagephobia/install/explorer-opener)
[![codecov](https://codecov.io/gh/goveo/explorer-opener/branch/master/graph/badge.svg)](https://codecov.io/gh/goveo/explorer-opener)

## Basic Usage

```ts
import { openExplorer } from 'open-explorer';
import { openExplorer } from 'explorer-opener';

openExplorer('C:\\Windows\\System32')
.then(() => {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "open-explorer",
"name": "explorer-opener",
"version": "1.0.0",
"description": "📁 Open file explorer with Node.js",
"keywords": [
Expand Down Expand Up @@ -66,13 +66,13 @@
},
"repository": {
"type": "git",
"url": "https://github.com/goveo/open-explorer.git"
"url": "https://github.com/goveo/explorer-opener.git"
},
"bugs": {
"url": "https://github.com/goveo/open-explorer/issues"
"url": "https://github.com/goveo/explorer-opener/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/goveo/open-explorer#readme"
"homepage": "https://github.com/goveo/explorer-opener#readme"
}

0 comments on commit 40b1e7f

Please sign in to comment.