Skip to content

Commit

Permalink
init repository
Browse files Browse the repository at this point in the history
  • Loading branch information
melbarch committed Dec 14, 2019
1 parent aee5458 commit ba0909a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# power-my-vscode
install some of my personal preferred extensions and theme
install some of my personal preferred extensions and my prefered theme


My personal list :

import cost
debugger-for-chrome
eslint
tslint
CodeMetrics
Bracket Pair Colorizer 2
mikestead.dotenv
Live server
Prefered Theme : nightowl
5 changes: 5 additions & 0 deletions package-lock.json

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

19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "power-my-vscode",
"version": "0.0.1",
"description": "Give my VScode some power!",
"scripts": {
"postinstall": "code --install-extension msjsdiag.debugger-for-chrome",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/melbarch/power-my-vscode.git"
},
"author": "melbarch",
"license": "MIT",
"bugs": {
"url": "https://github.com/melbarch/power-my-vscode/issues"
},
"homepage": "https://github.com/melbarch/power-my-vscode#readme"
}

0 comments on commit ba0909a

Please sign in to comment.