Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Library command #26

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
00980a4
other: Add avatars and icons.
sustained Oct 1, 2019
eb973c6
other: Add data for some common libraries.
sustained Oct 1, 2019
ec7180b
other: Remove descriptions.
sustained Oct 1, 2019
e52a4c2
other: Add string utility.
sustained Oct 1, 2019
dfa51d0
feat: Library command + service.
sustained Oct 1, 2019
7e769f8
fix: Update template to reflect removal of descriptions.
sustained Oct 1, 2019
3bb919c
docs: Fix up the template significantly.
sustained Oct 1, 2019
0768ba8
fix: Wrong copy for Nuxt!
sustained Oct 1, 2019
3e0c11b
other: No short URLs + reduce link overload.
sustained Oct 1, 2019
49d032c
Add many, many libraries.
sustained Oct 6, 2019
7b20862
other: Scan directory for libraries.
sustained Oct 6, 2019
afd3c74
refactor: Update to reflect changes to data files.
sustained Oct 6, 2019
3ffab27
other: Remove unused code.
sustained Oct 6, 2019
1412828
other: Delete original message.
sustained Oct 6, 2019
c147b03
Remove avatars.
sustained Oct 6, 2019
811f8af
Add chat links for libraries that have them from #vue-family.
sustained Oct 6, 2019
691124a
feat: Add aliases.
sustained Oct 6, 2019
cb28b29
Add a few well-known missing libs.
sustained Oct 6, 2019
22342f0
feat: Return close matches if lib/alias not found.
sustained Oct 6, 2019
2366a9a
fix: Lower-cases names and aliases.
sustained Oct 6, 2019
561c701
other: Add a bunch of missing official stuff.
sustained Oct 6, 2019
b04cf3e
Add icon + official topic, where missing.
sustained Oct 6, 2019
dbdc55b
Add vue icon.
sustained Oct 6, 2019
94a5e9e
other: Add sass, postcss.
sustained Oct 6, 2019
29a19c5
other: Improve prompt + description.
sustained Oct 6, 2019
1ef345d
deps: Add Fuse.js (fuzzy matching).
sustained Dec 4, 2019
f420e72
other: Use inline code for examples.
sustained Dec 4, 2019
203c729
feat: Fuzzy matching.
sustained Dec 4, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added assets/images/icons/gridsome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/nuxt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/postcss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/quasar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/saber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/sass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/vue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/vuepress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/vuetify.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions data/libraries/AdminLTE-VueJS2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "AdminLTE-VueJS2",
"full_name": "otezz/AdminLTE-VueJS2",
"description": "AdminLTE + VueJS 2",
"topics": [],
"license": {
"key": "mit",
"url": "https://api.github.com/licenses/mit",
"name": "MIT License"
},
"owner": {
"login": "otezz",
"avatar_url": "https://avatars0.githubusercontent.com/u/2015833?v=4"
},
"organization": null,
"links": {
"site": "http://adminlte-vuejs2.otezz.com/",
"repo": "https://github.com/otezz/AdminLTE-VueJS2"
},
"aliases": [],
"colour": "#4FC08D"
}
18 changes: 18 additions & 0 deletions data/libraries/AutoComplete.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "AutoComplete",
"full_name": "ieski/AutoComplete",
"description": null,
"topics": [],
"license": null,
"owner": {
"login": "ieski",
"avatar_url": "https://avatars0.githubusercontent.com/u/88244?v=4"
},
"organization": null,
"links": {
"site": null,
"repo": "https://github.com/ieski/AutoComplete"
},
"aliases": [],
"colour": "#4FC08D"
}
29 changes: 29 additions & 0 deletions data/libraries/Book-Trading-Club.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Book-Trading-Club",
"full_name": "mubaidr/Book-Trading-Club",
"description": "A sample application using node.js api and vuejs",
"topics": [
"nodejs",
"expressjs",
"vuejs",
"javascript",
"mongodb",
"axios"
],
"license": {
"key": "apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"name": "Apache License 2.0"
},
"owner": {
"login": "mubaidr",
"avatar_url": "https://avatars2.githubusercontent.com/u/2222702?v=4"
},
"organization": null,
"links": {
"site": "https://mubaidr.github.io/Book-Trading-Club/",
"repo": "https://github.com/mubaidr/Book-Trading-Club"
},
"aliases": [],
"colour": "#4FC08D"
}
24 changes: 24 additions & 0 deletions data/libraries/Build-vue-hackernews-2.0-from-scratch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Build-vue-hackernews-2.0-from-scratch",
"full_name": "Detachment/Build-vue-hackernews-2.0-from-scratch",
"description": "A tutorial for beginners to build a complex project with Vue.js 2.0 step by step",
"topics": [
"vuejs2",
"vuex2",
"vue-router",
"webpack2",
"javascript"
],
"license": null,
"owner": {
"login": "Detachment",
"avatar_url": "https://avatars2.githubusercontent.com/u/11611875?v=4"
},
"organization": null,
"links": {
"site": null,
"repo": "https://github.com/Detachment/Build-vue-hackernews-2.0-from-scratch"
},
"aliases": [],
"colour": "#4FC08D"
}
29 changes: 29 additions & 0 deletions data/libraries/Buka.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Buka",
"full_name": "oguzhaninan/Buka",
"description": "EBook Management",
"topics": [
"ebook",
"book",
"reader",
"pdf",
"pdf-viewer",
"book-management"
],
"license": {
"key": "gpl-3.0",
"url": "https://api.github.com/licenses/gpl-3.0",
"name": "GNU General Public License v3.0"
},
"owner": {
"login": "oguzhaninan",
"avatar_url": "https://avatars3.githubusercontent.com/u/16149251?v=4"
},
"organization": null,
"links": {
"site": null,
"repo": "https://github.com/oguzhaninan/Buka"
},
"aliases": [],
"colour": "#4FC08D"
}
18 changes: 18 additions & 0 deletions data/libraries/CMS-of-Blog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "CMS-of-Blog",
"full_name": "ciqulover/CMS-of-Blog",
"description": "deprecated",
"topics": [],
"license": null,
"owner": {
"login": "ciqulover",
"avatar_url": "https://avatars0.githubusercontent.com/u/14111586?v=4"
},
"organization": null,
"links": {
"site": null,
"repo": "https://github.com/ciqulover/CMS-of-Blog"
},
"aliases": [],
"colour": "#4FC08D"
}
22 changes: 22 additions & 0 deletions data/libraries/Client-Side-Vue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Client-Side-Vue",
"full_name": "justinwash/Client-Side-Vue",
"description": "Vue.js client-side for tiny, quick-loading, node.js-less Single Page Apps.",
"topics": [],
"license": {
"key": "gpl-3.0",
"url": "https://api.github.com/licenses/gpl-3.0",
"name": "GNU General Public License v3.0"
},
"owner": {
"login": "justinwash",
"avatar_url": "https://avatars3.githubusercontent.com/u/6236852?v=4"
},
"organization": null,
"links": {
"site": null,
"repo": "https://github.com/justinwash/Client-Side-Vue"
},
"aliases": [],
"colour": "#4FC08D"
}
29 changes: 29 additions & 0 deletions data/libraries/CoPilot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "CoPilot",
"full_name": "misterGF/CoPilot",
"description": "Responsive Bootstrap 3 Admin Template based on AdminLTE with vue.js",
"topics": [
"vuejs2",
"vue",
"dashboard",
"vuex",
"vue-resource",
"vue-router",
"copilot",
"vue-devtools",
"adminlte",
"bootstrap"
],
"license": null,
"owner": {
"login": "misterGF",
"avatar_url": "https://avatars3.githubusercontent.com/u/1244785?v=4"
},
"organization": null,
"links": {
"site": "https://copilot.misterGF.io",
"repo": "https://github.com/misterGF/CoPilot"
},
"aliases": [],
"colour": "#4FC08D"
}
29 changes: 29 additions & 0 deletions data/libraries/ComponentFixture.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "ComponentFixture",
"full_name": "David-Desmaisons/ComponentFixture",
"description": "🛠️Interactive sandox playground for vue components",
"topics": [
"vuejs",
"component",
"fixture-test",
"sandbox",
"testing-tools",
"playground"
],
"license": {
"key": "mit",
"url": "https://api.github.com/licenses/mit",
"name": "MIT License"
},
"owner": {
"login": "David-Desmaisons",
"avatar_url": "https://avatars0.githubusercontent.com/u/524617?v=4"
},
"organization": null,
"links": {
"site": "https://david-desmaisons.github.io/ComponentFixture/",
"repo": "https://github.com/David-Desmaisons/ComponentFixture"
},
"aliases": [],
"colour": "#4FC08D"
}
22 changes: 22 additions & 0 deletions data/libraries/Core-Server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Core-Server",
"full_name": "Skyhark-Projects/Core-Server",
"description": "A Vue based web server with an integrated API system",
"topics": [],
"license": {
"key": "mit",
"url": "https://api.github.com/licenses/mit",
"name": "MIT License"
},
"owner": {
"login": "Skyhark-Projects",
"avatar_url": "https://avatars3.githubusercontent.com/u/28492958?v=4"
},
"organization": null,
"links": {
"site": null,
"repo": "https://github.com/Skyhark-Projects/Core-Server"
},
"aliases": [],
"colour": "#4FC08D"
}
31 changes: 31 additions & 0 deletions data/libraries/DejaVue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "DejaVue",
"full_name": "MiCottOn/DejaVue",
"description": "Visualization and debugging tool built for Vue.js",
"topics": [
"vuejs",
"vue",
"javascript",
"chrome-devtools",
"visualization"
],
"license": {
"key": "mit",
"url": "https://api.github.com/licenses/mit",
"name": "MIT License"
},
"owner": {
"login": "MiCottOn",
"avatar_url": "https://avatars1.githubusercontent.com/u/25110441?v=4"
},
"organization": {
"login": "MiCottOn",
"avatar_url": "https://avatars1.githubusercontent.com/u/25110441?v=4"
},
"links": {
"site": "http://www.dejavue.co",
"repo": "https://github.com/MiCottOn/DejaVue"
},
"aliases": [],
"colour": "#4FC08D"
}
18 changes: 18 additions & 0 deletions data/libraries/DotVue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "DotVue",
"full_name": "mbdavid/DotVue",
"description": "Implement .vue file handler in .NET with server ViewModel postback",
"topics": [],
"license": null,
"owner": {
"login": "mbdavid",
"avatar_url": "https://avatars1.githubusercontent.com/u/1137197?v=4"
},
"organization": null,
"links": {
"site": null,
"repo": "https://github.com/mbdavid/DotVue"
},
"aliases": [],
"colour": "#4FC08D"
}
33 changes: 33 additions & 0 deletions data/libraries/DynamoDb-GUI-Client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "DynamoDb-GUI-Client",
"full_name": "Arattian/DynamoDb-GUI-Client",
"description": "DynamoDb GUI Client",
"topics": [
"dynamodb-local",
"dynamodb",
"electron-app",
"vuejs",
"element-ui",
"dynamodb-client",
"dynamodb-gui-client",
"gui",
"aws-dynamodb",
"aws"
],
"license": {
"key": "mit",
"url": "https://api.github.com/licenses/mit",
"name": "MIT License"
},
"owner": {
"login": "Arattian",
"avatar_url": "https://avatars3.githubusercontent.com/u/36269636?v=4"
},
"organization": null,
"links": {
"site": null,
"repo": "https://github.com/Arattian/DynamoDb-GUI-Client"
},
"aliases": [],
"colour": "#4FC08D"
}
43 changes: 43 additions & 0 deletions data/libraries/Epiboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "Epiboard",
"full_name": "Alexays/Epiboard",
"description": "Web Extension — A new tab page extension with material design and useful features :new: :tada:",
"topics": [
"chrome",
"material",
"new-tab",
"customizable",
"firefox",
"webextension",
"vuejs",
"card",
"storage",
"cpu",
"epitech",
"isefac",
"rss",
"material-design",
"weather",
"lastfm",
"trends",
"igoogle",
"google-trends",
"dashboard"
],
"license": {
"key": "mit",
"url": "https://api.github.com/licenses/mit",
"name": "MIT License"
},
"owner": {
"login": "Alexays",
"avatar_url": "https://avatars1.githubusercontent.com/u/13947260?v=4"
},
"organization": null,
"links": {
"site": null,
"repo": "https://github.com/Alexays/Epiboard"
},
"aliases": [],
"colour": "#4FC08D"
}
Loading