first commit

This commit is contained in:
endiliey 2018-07-27 15:40:25 +08:00
commit d6ecead327
3 changed files with 32 additions and 0 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
.DS_Store
.vscode
.idea
.eslintcache
node_modules
dist

1
README.md Normal file
View file

@ -0,0 +1 @@
# blogi

24
package.json Normal file
View file

@ -0,0 +1,24 @@
{
"name": "blogi",
"version": "1.0.0",
"description": "Blog instantly",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/endiliey/blogi.git"
},
"keywords": [
"blog",
"websites",
"open source"
],
"author": "endiliey",
"license": "MIT",
"bugs": {
"url": "https://github.com/endiliey/blogi/issues"
},
"homepage": "https://github.com/endiliey/blogi#readme"
}