Skip to content

Commit

Permalink
feat: Name change
Browse files Browse the repository at this point in the history
  • Loading branch information
kisztof committed Sep 13, 2023
1 parent 7c4fcb0 commit e32be7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GitHub Issue Importer
# GitHub Issues Importer

## Description

Expand All @@ -18,13 +18,13 @@ This Node.js script allows you to import GitHub issues from a CSV file into a sp
1. Clone this repository:

```bash
git clone https://github.com/kisztof/github-issue-importer.git
git clone https://github.com/kisztof/github-issues-importer.git
```

2. Navigate to the project directory:

```bash
cd github-issue-importer
cd github-issues-importer
```

3. Install the required packages:
Expand All @@ -38,21 +38,21 @@ This Node.js script allows you to import GitHub issues from a CSV file into a sp
This package is also available on npm. You can install it using the following command:

```bash
yarn add github-issue-importer
yarn add github-issues-importer
```

#### Global Installation

To install the package globally, allowing you to run it from any directory, use:

```bash
yarn global add github-issue-importer
yarn global add github-issues-importer
```

After installing globally, you can run the script from any directory by simply typing:

```bash
github-issue-importer [path/to/your/csvfile.csv]
github-issues-importer [path/to/your/csvfile.csv]
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "github-issue-importer",
"name": "github-issues-importer",
"version": "1.0.0",
"description": "A script to import GitHub issues from a CSV file",
"main": "dist/import.js",
Expand Down

0 comments on commit e32be7b

Please sign in to comment.