Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit ede9b5b

Browse files
authored
Merge pull request #89 from skellock/name-change
Renames the project.
2 parents 4951e2c + 9f79bae commit ede9b5b

File tree

10 files changed

+32
-32
lines changed

10 files changed

+32
-32
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
[![Build Status](https://semaphoreci.com/api/v1/infinite-steve/electron-starter/branches/master/shields_badge.svg)](https://semaphoreci.com/infinite-steve/electron-starter)
2-
[![Coverage Status](https://coveralls.io/repos/github/skellock/electron-starter/badge.svg)](https://coveralls.io/github/skellock/electron-starter)
3-
[![GitHub release](https://img.shields.io/github/release/skellock/electron-starter.svg)]()
4-
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/electron-starter.svg)]()
5-
[![license](https://img.shields.io/github/license/skellock/electron-starter.svg)]()
1+
[![Build Status](https://semaphoreci.com/api/v1/infinite-steve/typescript-with-electron-react-kit/branches/master/shields_badge.svg)](https://semaphoreci.com/infinite-steve/typescript-with-electron-react-kit)
2+
[![Coverage Status](https://coveralls.io/repos/github/skellock/typescript-with-electron-react-kit/badge.svg)](https://coveralls.io/github/skellock/typescript-with-electron-react-kit)
3+
[![GitHub release](https://img.shields.io/github/release/skellock/typescript-with-electron-react-kit.svg)]()
4+
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/typescript-with-electron-react-kit.svg)]()
5+
[![license](https://img.shields.io/github/license/skellock/typescript-with-electron-react-kit.svg)]()
66

7-
# electron-starter
7+
# typescript-with-electron-react-kit
88

99
This is a `TypeScript` and `React` starter kit for building Electron apps.
1010

11-
[Check out the docs](https://skellock.github.io/electron-starter) for some of the choices and motivations.
11+
[Check out the docs](https://skellock.github.io/typescript-with-electron-react-kit) for some of the choices and motivations.
1212

1313

1414
### Example

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![Build Status](https://semaphoreci.com/api/v1/infinite-steve/electron-starter/branches/master/shields_badge.svg)](https://semaphoreci.com/infinite-steve/electron-starter)
2-
[![Coverage Status](https://coveralls.io/repos/github/skellock/electron-starter/badge.svg)](https://coveralls.io/github/skellock/electron-starter)
3-
[![GitHub release](https://img.shields.io/github/release/skellock/electron-starter.svg)]()
4-
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/electron-starter.svg)]()
5-
[![license](https://img.shields.io/github/license/skellock/electron-starter.svg)]()
1+
[![Build Status](https://semaphoreci.com/api/v1/infinite-steve/typescript-with-electron-react-kit/branches/master/shields_badge.svg)](https://semaphoreci.com/infinite-steve/typescript-with-electron-react-kit)
2+
[![Coverage Status](https://coveralls.io/repos/github/skellock/typescript-with-electron-react-kit/badge.svg)](https://coveralls.io/github/skellock/typescript-with-electron-react-kit)
3+
[![GitHub release](https://img.shields.io/github/release/skellock/typescript-with-electron-react-kit.svg)]()
4+
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/typescript-with-electron-react-kit.svg)]()
5+
[![license](https://img.shields.io/github/license/skellock/typescript-with-electron-react-kit.svg)]()
66

7-
# electron-starter
7+
# typescript-with-electron-react-kit
88

99
This is a electron starter kit from some random guy on the Internet.
1010

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>electron-starter - start building crap.</title>
6-
<meta name="description" content="Start building your Electron app.">
5+
<title>typescript-with-electron-react-kit</title>
6+
<meta name="description" content="Let's go.">
77
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
88
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
99
</head>
@@ -14,8 +14,8 @@
1414
window.$docsify = {
1515
loadSidebar: true,
1616
subMaxLevel: 2,
17-
repo: 'skellock/electron-starter',
18-
name: 'electron-starter',
17+
repo: 'skellock/typescript-with-electron-react-kit',
18+
name: 'typescript-with-electron-react-kit',
1919
coverpage: false,
2020
search: [
2121
'/',

docs/using.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Want to try this out? Clone & run. There's a small sample project included.
44

55
```sh
6-
git clone --depth 1 [email protected]:skellock/electron-starter.git
7-
cd electron-starter
6+
git clone --depth 1 [email protected]:skellock/typescript-with-electron-react-kit.git
7+
cd typescript-with-electron-react-kit
88
npm i
99
npm start
1010
```

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"build": {
12-
"appId": "com.example.electron-starter",
12+
"appId": "com.example.typescript-with-electron-react-kit",
1313
"files": [
1414
"!src",
1515
"!docs",
@@ -28,11 +28,11 @@
2828
"mac": {
2929
"category": "public.app-category.developer-tools"
3030
},
31-
"productName": "Electron Starter",
31+
"productName": "Sweet Sweet App",
3232
"publish": {
3333
"owner": "skellock",
3434
"provider": "github",
35-
"repo": "electron-starter"
35+
"repo": "typescript-with-electron-react-kit"
3636
},
3737
"win": {
3838
"target": [
@@ -98,9 +98,9 @@
9898
]
9999
},
100100
"main": "out/main.js",
101-
"name": "electron-starter",
101+
"name": "typescript-with-electron-react-kit",
102102
"private": true,
103-
"repository": "skellock/electron-starter",
103+
"repository": "skellock/typescript-with-electron-react-kit",
104104
"scripts": {
105105
"build-storybook": "build-storybook",
106106
"check": "npm-run-all check:*",

src/main/database/database.fixtures.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { Database } from './database'
66
*/
77
export function createRepo() {
88
const repo: GithubRepo = {
9-
name: 'electron-starter',
10-
fullName: 'skellock/electron-starter',
9+
name: 'typescript-with-electron-react-kit',
10+
fullName: 'skellock/typescript-with-electron-react-kit',
1111
private: false,
1212
}
1313
return repo

src/main/database/database.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { createDb, createRepo } from './database.fixtures'
33

44
test('can load', async t => {
55
const db = createDb()
6-
const repo = await db.load('skellock/electron-starter')
6+
const repo = await db.load('skellock/typescript-with-electron-react-kit')
77

8-
t.is(repo.name, 'electron-starter')
9-
t.is(repo.fullName, 'skellock/electron-starter')
8+
t.is(repo.name, 'typescript-with-electron-react-kit')
9+
t.is(repo.fullName, 'skellock/typescript-with-electron-react-kit')
1010
})
1111

1212
test('can save', async t => {

src/main/menu/shared-menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export function createSharedMenuItems(window: Electron.BrowserWindow) {
44
const visit: Electron.MenuItemConstructorOptions = {
55
label: 'Visit on Github',
66
click() {
7-
shell.openExternal('https://github.com/skellock/electron-starter')
7+
shell.openExternal('https://github.com/skellock/typescript-with-electron-react-kit')
88
},
99
}
1010

src/main/updater/updater.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you're shipping via S3 or another provider, please the
2121
2222
```yml
2323
provider: 'github'
24-
repo: 'electron-starter'
24+
repo: 'typescript-with-electron-react-kit'
2525
owner: 'skellock'
2626
```
2727

0 commit comments

Comments
 (0)