File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -98,4 +98,7 @@ Take a look at some of the amazing projects built with electron-vue. Want to hav
98
98
* [ ** Opshell** ] ( https://github.com/ricktbaker/opshell ) : Ops tool to make life easier working with AWS instances.
99
99
* [ ** GitHoard** ] ( https://github.com/jojobyte/githoard ) : Hoard git repositories with ease.
100
100
* [ ** 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.
101
104
* [ ** code-notes** ] ( https://github.com/lauthieb/code-notes ) : A simple code snippet manager for developers built with Electron & Vue.js.
Original file line number Diff line number Diff line change @@ -73,17 +73,17 @@ module.exports = {
73
73
eslintConfig : {
74
74
when : 'eslint' ,
75
75
type : 'list' ,
76
- message : 'Which eslint config would you like to use?' ,
76
+ message : 'Which ESLint config would you like to use?' ,
77
77
choices : [
78
78
{
79
79
name : 'Standard (https://github.com/feross/standard)' ,
80
80
value : 'standard' ,
81
81
short : 'Standard'
82
82
} ,
83
83
{
84
- name : 'AirBNB (https://github.com/airbnb/javascript)' ,
84
+ name : 'Airbnb (https://github.com/airbnb/javascript)' ,
85
85
value : 'airbnb' ,
86
- short : 'AirBNB '
86
+ short : 'Airbnb '
87
87
} ,
88
88
{
89
89
name : 'none (configure it yourself)' ,
@@ -94,12 +94,12 @@ module.exports = {
94
94
} ,
95
95
unit : {
96
96
type : 'confirm' ,
97
- message : 'Setup unit testing with Karma + Mocha?' ,
97
+ message : 'Set up unit testing with Karma + Mocha?' ,
98
98
required : true
99
99
} ,
100
100
e2e : {
101
101
type : 'confirm' ,
102
- message : 'Setup end-to-end testing with Spectron + Mocha?' ,
102
+ message : 'Set up end-to-end testing with Spectron + Mocha?' ,
103
103
require : true
104
104
} ,
105
105
builder : {
You can’t perform that action at this time.
0 commit comments