Skip to content

Commit a844742

Browse files
authored
break: rename app & packages to 'raga' (#37)
1 parent b99e893 commit a844742

File tree

146 files changed

+206
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+206
-158
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ workflows:
111111
- checkout-code
112112
- build:
113113
requires: [checkout-code]
114-
- check-types:
115-
requires: [checkout-code]
116114
- check-format:
117115
requires: [checkout-code]
118116
- check-lint:
119117
# ESLint rules with type checking require dependent packages to be built
120118
requires: [build]
119+
- check-types:
120+
requires: [build]
121121
- dist:
122122
requires: [build]

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"deno.enable": true,
44
"deno.lint": true,
55
"deno.unstable": false,
6-
"deno.enablePaths": ["packages/music-library-tools-cli"]
6+
"deno.enablePaths": ["packages/raga-cli"]
77
}

README.md

Lines changed: 64 additions & 16 deletions

packages/music-library-tools-cli/src/main.mts

Lines changed: 0 additions & 88 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

packages/music-library-app/README.md renamed to packages/raga-app/README.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.

packages/music-library-app/forge.config.mjs renamed to packages/raga-app/forge.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
packagerConfig: {
3-
executableName: "music-library-app",
3+
executableName: "raga-app",
44
},
55
rebuildConfig: {},
66
makers: [
@@ -12,8 +12,8 @@ export default {
1212
name: "@electron-forge/maker-deb",
1313
config: {
1414
options: {
15-
genericName: "Music Library App",
16-
bin: "music-library-app",
15+
genericName: "Raga",
16+
bin: "raga-app",
1717
},
1818
},
1919
},
File renamed without changes.

0 commit comments

Comments
 (0)