Skip to content

Commit

Permalink
Update project name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Feb 7, 2024
1 parent b1321d7 commit e33c988
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
23 changes: 5 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
# TypeScript Node Template
# BitBucket to GitHub Migrator

Template for creating a TypeScript Node.js project.
Migrate PRs from BB to GH.

## 🔨 Build
```
npm run build
```

## 🧪 Test
```
npm test
```

## 🏃 Run
```
npm start
```
## Usage

## 🧹 Lint
```sh
npx bitbucket-github-migrator
```
npm lint
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitbucket-github-migrator",
"version": "1.1.0",
"version": "1.2.0",
"description": "A tool to migrate repositories from Bitbucket to GitHub",
"bin": {
"bitbucket-github-migrator": "dist/index.js"
Expand Down

0 comments on commit e33c988

Please sign in to comment.