Skip to content

Commit 97014c0

Browse files
Merge branch 'master' into master
2 parents 7581f26 + ca83f95 commit 97014c0

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,7 @@ Take a look at some of the amazing projects built with electron-vue. Want to hav
9898
* [**Opshell**](https://github.com/ricktbaker/opshell): Ops tool to make life easier working with AWS instances.
9999
* [**GitHoard**](https://github.com/jojobyte/githoard): Hoard git repositories with ease.
100100
* [**Data-curator**](https://github.com/ODIQueensland/data-curator): Share usable open data.
101+
* [**Bookmark**](https://github.com/mrgodhani/bookmark): Desktop app to manage bookmarked links using Atom Electron and Vue.js
102+
* [**Uber Run**](https://github.com/break-enter/uberrun): Simple automation desktop app to download and organize your tax invoices from Uber.
103+
* [**Netsix**](https://github.com/pulsardev/netsix): Share videos with your friends in a real peer-to-peer manner using WebRTC.
101104
* [**code-notes**](https://github.com/lauthieb/code-notes): A simple code snippet manager for developers built with Electron & Vue.js.

meta.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@ module.exports = {
7373
eslintConfig: {
7474
when: 'eslint',
7575
type: 'list',
76-
message: 'Which eslint config would you like to use?',
76+
message: 'Which ESLint config would you like to use?',
7777
choices: [
7878
{
7979
name: 'Standard (https://github.com/feross/standard)',
8080
value: 'standard',
8181
short: 'Standard'
8282
},
8383
{
84-
name: 'AirBNB (https://github.com/airbnb/javascript)',
84+
name: 'Airbnb (https://github.com/airbnb/javascript)',
8585
value: 'airbnb',
86-
short: 'AirBNB'
86+
short: 'Airbnb'
8787
},
8888
{
8989
name: 'none (configure it yourself)',
@@ -94,12 +94,12 @@ module.exports = {
9494
},
9595
unit: {
9696
type: 'confirm',
97-
message: 'Setup unit testing with Karma + Mocha?',
97+
message: 'Set up unit testing with Karma + Mocha?',
9898
required: true
9999
},
100100
e2e: {
101101
type: 'confirm',
102-
message: 'Setup end-to-end testing with Spectron + Mocha?',
102+
message: 'Set up end-to-end testing with Spectron + Mocha?',
103103
require: true
104104
},
105105
builder: {

0 commit comments

Comments
 (0)