Skip to content

Commit

Permalink
docs: update repo links with new name
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Jan 7, 2024
1 parent a844742 commit cd3d08a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 18 deletions.
10 changes: 1 addition & 9 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,5 @@
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch CLI",
"program": "${workspaceFolder}/packages/music-library-scripts/lib/main.mjs",
"request": "launch",
"skipFiles": ["<node_internals>/**"],
"type": "node"
}
]
"configurations": []
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ management 🔮
### For DJs: `raga-app`

Most _raga_ users will use the Electron-based desktop application. Its releases are available for
download [here](https://github.com/adidahiya/music-library-scripts/releases). With the Raga app, you
download [here](https://github.com/adidahiya/raga/releases). With the Raga app, you
can:

- import a Swinsian library and browse its playlists
Expand All @@ -45,15 +45,15 @@ can:
![app screenshot](./packages/raga-app/docs/app.png)

The source code for the app lives in the
[`raga-app` package](https://github.com/adidahiya/music-library-scripts/blob/main/packages/raga-app/README.md).
[`raga-app` package](https://github.com/adidahiya/raga/blob/main/packages/raga-app/README.md).

### For developers: `raga-lib` and `raga-cli`

Much of _raga_'s data management functionality lives in a separate Node.js library called
[`raga-lib`](https://github.com/adidahiya/music-library-scripts/blob/main/packages/raga-lib/README.md).
[`raga-lib`](https://github.com/adidahiya/raga/blob/main/packages/raga-lib/README.md).

There is also a CLI called
[`raga-cli`](https://github.com/adidahiya/music-library-scripts/blob/main/packages/raga-cli/README.md)
[`raga-cli`](https://github.com/adidahiya/raga/blob/main/packages/raga-cli/README.md)
which provides a command-line script to transform a Swinsian-exported library XML to the
Rekordbox-compatible Music.app XML format.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"repository": {
"type": "git",
"url": "[email protected]:adidahiya/music-library-scripts.git"
"url": "[email protected]:adidahiya/raga.git"
},
"resolutions": {
"file-selector@npm:^0.6.0": "patch:file-selector@npm%3A0.6.0#~/.yarn/patches/file-selector-npm-0.6.0-04259af1f7.patch"
Expand Down
2 changes: 1 addition & 1 deletion packages/raga-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Usage guide

Installation: download latest app binary for your OS platform from the [Releases page](https://github.com/adidahiya/music-library-scripts/releases).
Installation: download latest app binary for your OS platform from the [Releases page](https://github.com/adidahiya/raga/releases).

### Getting started

Expand Down
2 changes: 1 addition & 1 deletion packages/raga-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### 2. Run the `raga-cli` application

Download the latest release from the [Releases page](https://github.com/adidahiya/music-library-scripts/releases).
Download the latest release from the [Releases page](https://github.com/adidahiya/raga/releases).

Run the application binary for your platform (ARM or x86) and follow the terminal prompts.

Expand Down
2 changes: 1 addition & 1 deletion packages/raga-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/adidahiya/music-library-scripts.git"
"url": "git+ssh://[email protected]/adidahiya/raga.git"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/raga-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/adidahiya/music-library-scripts.git"
"url": "git+ssh://[email protected]/adidahiya/raga.git"
},
"license": "MIT"
}

0 comments on commit cd3d08a

Please sign in to comment.