Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[![Build Status](https://semaphoreci.com/api/v1/infinite-steve/electron-starter/branches/master/shields_badge.svg)](https://semaphoreci.com/infinite-steve/electron-starter)
[![Coverage Status](https://coveralls.io/repos/github/skellock/electron-starter/badge.svg)](https://coveralls.io/github/skellock/electron-starter)
[![GitHub release](https://img.shields.io/github/release/skellock/electron-starter.svg)]()
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/electron-starter.svg)]()
[![license](https://img.shields.io/github/license/skellock/electron-starter.svg)]()
[![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)
[![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)
[![GitHub release](https://img.shields.io/github/release/skellock/typescript-with-electron-react-kit.svg)]()
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/typescript-with-electron-react-kit.svg)]()
[![license](https://img.shields.io/github/license/skellock/typescript-with-electron-react-kit.svg)]()

# electron-starter
# typescript-with-electron-react-kit

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

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


### Example
Expand Down
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![Build Status](https://semaphoreci.com/api/v1/infinite-steve/electron-starter/branches/master/shields_badge.svg)](https://semaphoreci.com/infinite-steve/electron-starter)
[![Coverage Status](https://coveralls.io/repos/github/skellock/electron-starter/badge.svg)](https://coveralls.io/github/skellock/electron-starter)
[![GitHub release](https://img.shields.io/github/release/skellock/electron-starter.svg)]()
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/electron-starter.svg)]()
[![license](https://img.shields.io/github/license/skellock/electron-starter.svg)]()
[![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)
[![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)
[![GitHub release](https://img.shields.io/github/release/skellock/typescript-with-electron-react-kit.svg)]()
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/typescript-with-electron-react-kit.svg)]()
[![license](https://img.shields.io/github/license/skellock/typescript-with-electron-react-kit.svg)]()

# electron-starter
# typescript-with-electron-react-kit

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

Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>electron-starter - start building crap.</title>
<meta name="description" content="Start building your Electron app.">
<title>typescript-with-electron-react-kit</title>
<meta name="description" content="Let's go.">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
</head>
Expand All @@ -14,8 +14,8 @@
window.$docsify = {
loadSidebar: true,
subMaxLevel: 2,
repo: 'skellock/electron-starter',
name: 'electron-starter',
repo: 'skellock/typescript-with-electron-react-kit',
name: 'typescript-with-electron-react-kit',
coverpage: false,
search: [
'/',
Expand Down
4 changes: 2 additions & 2 deletions docs/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Want to try this out? Clone & run. There's a small sample project included.

```sh
git clone --depth 1 [email protected]:skellock/electron-starter.git
cd electron-starter
git clone --depth 1 [email protected]:skellock/typescript-with-electron-react-kit.git
cd typescript-with-electron-react-kit
npm i
npm start
```
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"build": {
"appId": "com.example.electron-starter",
"appId": "com.example.typescript-with-electron-react-kit",
"files": [
"!src",
"!docs",
Expand All @@ -28,11 +28,11 @@
"mac": {
"category": "public.app-category.developer-tools"
},
"productName": "Electron Starter",
"productName": "Sweet Sweet App",
"publish": {
"owner": "skellock",
"provider": "github",
"repo": "electron-starter"
"repo": "typescript-with-electron-react-kit"
},
"win": {
"target": [
Expand Down Expand Up @@ -98,9 +98,9 @@
]
},
"main": "out/main.js",
"name": "electron-starter",
"name": "typescript-with-electron-react-kit",
"private": true,
"repository": "skellock/electron-starter",
"repository": "skellock/typescript-with-electron-react-kit",
"scripts": {
"build-storybook": "build-storybook",
"check": "npm-run-all check:*",
Expand Down
4 changes: 2 additions & 2 deletions src/main/database/database.fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { Database } from './database'
*/
export function createRepo() {
const repo: GithubRepo = {
name: 'electron-starter',
fullName: 'skellock/electron-starter',
name: 'typescript-with-electron-react-kit',
fullName: 'skellock/typescript-with-electron-react-kit',
private: false,
}
return repo
Expand Down
6 changes: 3 additions & 3 deletions src/main/database/database.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { createDb, createRepo } from './database.fixtures'

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

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

test('can save', async t => {
Expand Down
2 changes: 1 addition & 1 deletion src/main/menu/shared-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export function createSharedMenuItems(window: Electron.BrowserWindow) {
const visit: Electron.MenuItemConstructorOptions = {
label: 'Visit on Github',
click() {
shell.openExternal('https://github.com/skellock/electron-starter')
shell.openExternal('https://github.com/skellock/typescript-with-electron-react-kit')
},
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/updater/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you're shipping via S3 or another provider, please the

```yml
provider: 'github'
repo: 'electron-starter'
repo: 'typescript-with-electron-react-kit'
owner: 'skellock'
```

Expand Down